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

Method constructor

examples/hello_camera.js:12–14  ·  view source on GitHub ↗
(speed)

Source from the content-addressed store, hash-verified

10 isBackwardPressed = false;
11
12 constructor(speed) {
13 this.speed = speed;
14 }
15
16 onEvent(event) {
17 if (event.type === "windowEvent") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected