Searched refs:arrow_d (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.7/user/libs/libKeyboard/ |
D | keyboard.c | 6 …home = 0, pgup = 0, del = 0, end = 0, pgdn = 0, arrow_u = 0, arrow_l = 0, arrow_d = 0, arrow_r = 0; variable 442 arrow_d = true; in keyboard_analyze_keycode() 447 arrow_d = false; in keyboard_analyze_keycode()
|
/DragonOS-0.1.7/kernel/src/libs/ |
D | keyboard_parser.rs | 251 scancode_status.arrow_d = true; in handle_func0() 256 scancode_status.arrow_d = false; in handle_func0() 460 arrow_d: bool, field 489 arrow_d: false, in new()
|