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

Function key_up

pdflinux.js:170–175  ·  view source on GitHub ↗
(key_code)

Source from the content-addressed store, hash-verified

168}
169
170function key_up(key_code) {
171 if (!key_status_map[key_code])
172 return;
173 key_status_map[key_code] = false;
174 _display_key_event(false, key_code);
175}
176
177function press_input(key_code) {
178 key_down(key_code);

Callers 3

press_inputFunction · 0.85
button_upFunction · 0.85
key_pressedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected