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

Function button_up

pdflinux.js:189–192  ·  view source on GitHub ↗
(key_str)

Source from the content-addressed store, hash-verified

187}
188
189function button_up(key_str) {
190 print_msg("up: " + key_str);
191 key_up(key_to_input_map[key_str]);
192}
193
194var pressed_list = [];
195function button_toggle(key_str) {

Callers 1

button_toggleFunction · 0.85

Calls 2

print_msgFunction · 0.85
key_upFunction · 0.85

Tested by

no test coverage detected