stop(event)
Called when the Pointer leaves the touchscreen.
Parameters
| Name | Type | Description |
|---|---|---|
event | MouseEvent | PointerEvent | TouchEvent | The event passed up from the input handler. |
- Source code: input/Pointer.js (Line 958)
stop(event)
Called when the Pointer leaves the touchscreen.
| Name | Type | Description |
|---|---|---|
event | MouseEvent | PointerEvent | TouchEvent | The event passed up from the input handler. |
Please login to continue.