pub fn key_down(key: u32) -> bool
Returns true if the given key is currently held down. See KEY_* constants for key codes.
true
KEY_*