Input event type for screen touch events.
(only available on mobile devices)
Stores multi-touch press/release information. Supports touch press, touch release and [member index] for multi-touch count and order.
$DOCS_URL/tutorials/inputs/inputevent.html
If [code]true[/code], the touch's state is a double tap.
The touch index in the case of a multi-touch event. One index = one finger.
The touch position, in screen (global) coordinates.
If [code]true[/code], the touch's state is pressed. If [code]false[/code], the touch's state is released.