What is the constants for registering a nonmoving touch recurringly?
in
Android Processing
•
2 months ago
ACTION_DOWN and ACTION_MOVE only register surfaceTouchEvents on the initial touch or on a moving touch, but never a standstill touch. Is there a constant that will track non-moving touches?
Any information would help. Thank you.
Any information would help. Thank you.
1