onTouchLeave(event)
For touch enter and leave its a list of the touch points that have entered or left the target.
Doesn't appear to be supported by most browsers on a canvas element yet.
Parameters
Name | Type | Description |
---|---|---|
event | TouchEvent | The native event from the browser. This gets stored in Touch.event. |
- Source code: input/Touch.js (Line 354)
Please login to continue.