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