Searched refs:pgup (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.7/user/libs/libKeyboard/ |
D | keyboard.c | 6 static bool gui_l = 0, gui_r = 0, apps = 0, insert = 0, home = 0, pgup = 0, del = 0, end = 0, pgdn … variable 393 pgup = true; in keyboard_analyze_keycode() 397 pgup = false; in keyboard_analyze_keycode()
|
/DragonOS-0.1.7/kernel/src/libs/ |
D | keyboard_parser.rs | 210 scancode_status.pgup = true; in handle_func0() 213 scancode_status.pgup = false; in handle_func0() 453 pgup: bool, field 482 pgup: false, in new()
|