[nostalgia/core/glfw] Cleanup and add Escape button

This commit is contained in:
2022-07-21 02:16:05 -05:00
parent d2d9aae9d5
commit fd89a9abb0
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -64,6 +64,8 @@ enum Key {
Mod_Super,
Mod_Shift,
Escape,
End
};