MCPcopy Create free account
hub / github.com/TodePond/ScreenPond / onkeydown

Function onkeydown

source/keyboard.js:12–12  ·  view source on GitHub ↗
(key, func)

Source from the content-addressed store, hash-verified

10});
11
12export const onkeydown = (key, func) => (KEYDOWN[key] = func);

Callers 4

registerMouseWheelFunction · 0.90
registerDeleteKeyFunction · 0.90
registerColourPickersFunction · 0.90
createPresetFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected