I asked this on stackoverflow but did not receive an answer:
In a very simple Libgdx game, which only consists of single image being dragged along with mouse, I notice that the object always lag behind the mouse.
I have checked it in various situations (with actor, without actor, with box2d, etc.) but the behavior is always the same.
Is there a way to make object move with exact speed of mouse movement?