Expand description

Keycodes of the keys in the keyboard

Example

if manager.get_key(Y) == Action::Down {
    println!("Y key is down");
}

Constants