mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Allow user to check for Key::Space
This commit is contained in:
@@ -171,6 +171,7 @@ pub fn translate_virtual_key_code(key: VirtualKeyCode) -> Option<egui::Key> {
|
||||
Back => Key::Backspace,
|
||||
Return => Key::Enter,
|
||||
Tab => Key::Tab,
|
||||
Space => Key::Space,
|
||||
|
||||
A => Key::A,
|
||||
K => Key::K,
|
||||
|
||||
Reference in New Issue
Block a user