Function virtual_key_code_name

Source
pub fn virtual_key_code_name(code: KeyCode) -> &'static str
Expand description

Maps key code to its name. Can be useful if you making adjustable key bindings in your game and you need quickly map key code to its name.