onTouchCancel(event)
Touch cancel - touches that were disrupted (perhaps by moving into a plugin or browser chrome).
Occurs for example on iOS when you put down 4 fingers and the app selector UI appears.
Parameters
Name | Type | Description |
---|---|---|
event | TouchEvent | The native event from the browser. This gets stored in Touch.event. |
- Source code: input/Touch.js (Line 293)
Please login to continue.