Array.<TouchEvent>
TouchType
OnTouchEvent
OnTouchEvent
Array.<TouchEvent>
Get the Event
Kind: Instance method of OnTouchEvent
Returns: Array.<TouchEvent>
- the KEY_EVENT value
TouchType
Get the Type
Kind: Instance method of OnTouchEvent
Returns: TouchType
- the KEY_TYPE value
OnTouchEvent
Set the Event
Kind: Instance method of OnTouchEvent
Returns: OnTouchEvent
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
event | Array.<TouchEvent> |
List of all individual touches involved in this event. - The desired Event. {'array_min_size': 1, 'array_max_size': 10} |