Home
last modified time | relevance | path

Searched refs:shift_r (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()
502 shift_r = flag_make; in keyboard_analyze_keycode()
/DragonOS-0.1.7/kernel/src/libs/
Dkeyboard_parser.rs317 scancode_status.shift_r = flag_make; in handle_type3()
347 if scancode_status.shift_l || scancode_status.shift_r { in handle_type3()
439 shift_r: bool, field
473 shift_r: false, in new()