[][src]Function rg3d::utils::virtual_key_code_name

pub fn virtual_key_code_name(code: VirtualKeyCode) -> &'static str

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.