mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Allow user to check for Key::Space
This commit is contained in:
@@ -201,6 +201,7 @@ pub enum Key {
|
||||
Delete,
|
||||
End,
|
||||
Enter,
|
||||
Space,
|
||||
Escape,
|
||||
Home,
|
||||
Insert,
|
||||
|
||||
Reference in New Issue
Block a user