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

Method onClick

packages/examples/src/examples/ui/ExampleUI.tsx:140–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 }
139
140 override onClick() {
141 this.setSelected(!this.isSelected);
142 return false;
143 }
144}
145
146class UIContainer extends UIBaseElement {

Callers

nothing calls this directly

Calls 1

setSelectedMethod · 0.95

Tested by

no test coverage detected