Common supertype for all touch event types.
This event occurs when the touch point is moved.
This event occurs when the touch point is pressed (touched for the first time).
This event occurs when the touch point is released.
This event occurs when the touch point is pressed and still (doesn't move).
(Since version 8.0.60-R10) Use Any; ANY will be removed in a future release
(Since version 8.0.60-R10) Use TouchMoved; TOUCH_MOVED will be removed in a future release
(Since version 8.0.60-R10) Use TouchPressed; TOUCH_PRESSED will be removed in a future release
(Since version 8.0.60-R10) Use TouchReleased; TOUCH_RELEASED will be removed in a future release
(Since version 8.0.60-R10) Use TouchStationary; TOUCH_STATIONARY will be removed in a future release