1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Merge pull request #65 from emoon/support-space-key

Allow user to check for Key::Space
This commit is contained in:
Emil Ernerfeldt
2020-12-13 12:29:05 +01:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -201,6 +201,7 @@ pub enum Key {
Delete,
End,
Enter,
Space,
Escape,
Home,
Insert,