MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / onEvent

Method onEvent

examples/hello_camera.js:139–141  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

137 }
138
139 onEvent(event) {
140 this.cameraController.onEvent(event);
141 }
142
143 updateViewProjMatrix() {
144 const viewProjMatrix = this.camera.buildViewProjMatrix();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected