Hi,
I need to have a very precise and responsive touch controls in my app but I came across a problem caused by what I believe is most likely an android feature.
When the touching finger moves (even very slowly) the touch.position values change accordingly.
However when I stop and then try to move the finger extremely slowly even though the touch center obviously moves few pixels, the touch.position remains unchanged until the the finger moves quite a bit more and then it suddenly reads a new position few pixels pixel far. As the movement continues it works fine and detects even slow gradual movement - till the finger stops again. This creates a small but annoying initial jerk of all the graphics that follows this movement,
Did anyone noticed that? Is there a way of getting some “raw” touch data? Some unadjusted real representation of the current touch?
Thanks!