Input event type for screen touch events. (only available on mobile devices)
Stores multi-touch press/release information. Supports touch press, touch release and index for multi-touch count and order.
Touch index in the case of a multi-touch event. One index = one finger.
Touch position.
If true the touch's state is pressed. If false the touch's state is released.
See Implementation
Input event type for screen touch events. (only available on mobile devices)
Stores multi-touch press/release information. Supports touch press, touch release and index for multi-touch count and order.