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

Method onPointerClick

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

Source from the content-addressed store, hash-verified

48 }
49
50 onPointerClick(eventData: PointerEventData): void {
51 ++this.clickCount;
52 }
53
54 onPointerBeginDrag(eventData: PointerEventData): void {
55 ++this.beginDragCount;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected