Array.<TouchEvent>TouchTypeOnTouchEventOnTouchEventArray.<TouchEvent>Get the Event
Kind: Instance method of OnTouchEvent
Returns: Array.<TouchEvent> - the KEY_EVENT value
TouchTypeGet the Type
Kind: Instance method of OnTouchEvent
Returns: TouchType - the KEY_TYPE value
OnTouchEventSet 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} |