Home
last modified time | relevance | path

Searched defs:ScanCodeStatus (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/libs/
H A Dkeyboard_parser.rs109 scancode_status: &mut ScanCodeStatus, in handle_pause_break()
378 scancode_status: &mut ScanCodeStatus, in handle_prtsc_press()
403 scancode_status: &mut ScanCodeStatus, in handle_prtsc_release()
429 pub struct ScanCodeStatus { struct
431 shift_l: bool,
432 shift_r: bool,
434 ctrl_l: bool,
435 ctrl_r: bool,
437 alt_l: bool,
438 alt_r: bool,
[all …]