Home
last modified time | relevance | path

Searched refs:shift_l (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.7/user/libs/libKeyboard/
Dkeyboard.c5 static bool shift_l = 0, shift_r = 0, ctrl_l = 0, ctrl_r = 0, alt_l = 0, alt_r = 0; variable
491 if (shift_l || shift_r) in keyboard_analyze_keycode()
498 shift_l = flag_make; in keyboard_analyze_keycode()
/DragonOS-0.1.7/kernel/src/libs/
Dkeyboard_parser.rs313 scancode_status.shift_l = flag_make; in handle_type3()
347 if scancode_status.shift_l || scancode_status.shift_r { in handle_type3()
438 shift_l: bool, field
472 shift_l: false, in new()