onTouchStart(event)
The internal method that handles the touchstart event from the browser.
Parameters
Name | Type | Description |
---|---|---|
event | TouchEvent | The native event from the browser. This gets stored in Touch.event. |
- Source code: input/Touch.js (Line 247)
Please login to continue.