MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / updateKeyEvents

Function updateKeyEvents

wasm/reset_events.js:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14var updateKeyEvents = function () {
15 window.removeEventListener("keydown", GLFW.onKeydown, true);
16 window.addEventListener("keydown", overrideKeyDown, true);
17}
18
19var keyboardEventsArePresent = true;
20

Callers 1

postWasmLoadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected