onTouchEnd(event)
The handler for the touchend events.
Parameters
Name | Type | Description |
---|---|---|
event | TouchEvent | The native event from the browser. This gets stored in Touch.event. |
- Source code: input/Touch.js (Line 402)
onTouchEnd(event)
The handler for the touchend events.
Name | Type | Description |
---|---|---|
event | TouchEvent | The native event from the browser. This gets stored in Touch.event. |
Please login to continue.