Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
var
updateKeyEvents =
function
() {
15
window.removeEventListener(
"keydown"
, GLFW.onKeydown, true);
16
window.addEventListener(
"keydown"
, overrideKeyDown, true);
17
}
18
19
var
keyboardEventsArePresent = true;
20
Callers
1
postWasmLoad
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected