MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / key_down

Function key_down

pdflinux.js:163–168  ·  view source on GitHub ↗
(key_code)

Source from the content-addressed store, hash-verified

161}
162
163function key_down(key_code) {
164 if (key_status_map[key_code])
165 return;
166 key_status_map[key_code] = true;
167 _display_key_event(true, key_code);
168}
169
170function key_up(key_code) {
171 if (!key_status_map[key_code])

Callers 3

press_inputFunction · 0.85
button_downFunction · 0.85
key_pressedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected