onTouchMove(event)
The handler for the touchmove 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 376)
onTouchMove(event)
The handler for the touchmove events.
Name | Type | Description |
---|---|---|
event | TouchEvent | The native event from the browser. This gets stored in Touch.event. |
Please login to continue.