MCPcopy Create free account
hub / github.com/galacean/engine / onPointerExit

Method onPointerExit

tests/src/ui/UIEvent.test.ts:42–44  ·  view source on GitHub ↗
(eventData: PointerEventData)

Source from the content-addressed store, hash-verified

40 }
41
42 onPointerExit(eventData: PointerEventData): void {
43 ++this.exitCount;
44 }
45
46 onPointerDown(eventData: PointerEventData): void {
47 ++this.downCount;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected