I want to continuously keep receiving the touch coordinates when finger is in the same exact place meaning getting the
CASE.MOVE_DOWN
Continuously.
Now the problem is android only gives
CASE.MOVE_UP
CASE.MOVE_DOWN
CASE.MOVE_MOVE
So is there anyway to getting Continuous touch..???