pub fn key_code(code: u16) -> KeyCodeExpand description
Translates a raw evdev key code.
Unknown codes become KeyCode::Unidentified carrying the raw value, so a key
this table does not name is still distinguishable and still reportable.
pub fn key_code(code: u16) -> KeyCodeTranslates a raw evdev key code.
Unknown codes become KeyCode::Unidentified carrying the raw value, so a key
this table does not name is still distinguishable and still reportable.