MCPcopy Create free account
hub / github.com/pmndrs/postprocessing / handleEvent

Method handleEvent

demo/src/demos/BloomDemo.js:141–152  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

139 }
140
141 handleEvent(event) {
142
143 switch(event.type) {
144
145 case "pointerdown":
146 this.raycast(event);
147 this.handleSelection();
148 break;
149
150 }
151
152 }
153
154 load() {
155

Callers

nothing calls this directly

Calls 2

raycastMethod · 0.95
handleSelectionMethod · 0.95

Tested by

no test coverage detected