Function macroquad::input::get_char_pressed[][src]

pub fn get_char_pressed() -> Option<char>
Expand description

Return the last pressed char. Each “get_char_pressed” call will consume a character from the input queue.