[][src]Function sunrise_keyboard::ps2::try_read_key

pub fn try_read_key() -> Option<char>

If a key press is pending, return its unicode representation. This can be used to implement poll-based or asynchronous reading from keyboard.