I have looked up ways to calculate DeltaTime in the past, but the 'solutions' seem to have my program be slightly jittery or not move things correctly. As far as I know, you would calculate it by finding the difference in time between the current and previous frame (Is this correct?). I have seen solutions find out DeltaTime with a fixed frame rate, but that is not what I am looking for.