MCPcopy Create free account
hub / github.com/melonjs/melonJS / onOut

Method onOut

packages/melonjs/src/renderable/ui/uibaseelement.ts:204–206  ·  view source on GitHub ↗

* function called when the pointer is leaving the object area * @param _event - the event object

(_event?: Pointer)

Source from the content-addressed store, hash-verified

202 */
203
204 onOut(_event?: Pointer): void {
205 // to be extended
206 }
207
208 /**
209 * function callback for the pointerup event

Callers 1

leaveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected