Skip to main content

handle_scancode

Function handle_scancode 

Source
pub fn handle_scancode() -> Option<u8>
Expand description

Handle a keyboard IRQ (called from interrupt handler)

Returns the ASCII character if a printable key was pressed, or None for modifier keys / key releases.