aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-10-03 22:29:38 +0800
committercrupest <crupest@outlook.com>2021-10-03 22:29:38 +0800
commit4056e710b4c99968afc4db3bbf26e2d3fef5db07 (patch)
tree8de0ebee0f8e9e4ba8b62fe6e36fa07e33c44155 /include/cru/platform
parent9e4db17fa43dbb8bed25feb4769f672893e9463c (diff)
downloadcru-4056e710b4c99968afc4db3bbf26e2d3fef5db07.tar.gz
cru-4056e710b4c99968afc4db3bbf26e2d3fef5db07.tar.bz2
cru-4056e710b4c99968afc4db3bbf26e2d3fef5db07.zip
...
Diffstat (limited to 'include/cru/platform')
-rw-r--r--include/cru/platform/gui/Keyboard.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/cru/platform/gui/Keyboard.hpp b/include/cru/platform/gui/Keyboard.hpp
index b025d86e..80524133 100644
--- a/include/cru/platform/gui/Keyboard.hpp
+++ b/include/cru/platform/gui/Keyboard.hpp
@@ -107,7 +107,10 @@ enum class KeyCode {
NumPad6,
NumPad7,
NumPad8,
- NumPad9
+ NumPad9,
+ LeftCommand,
+ RightCommand,
+ Return
};
namespace details {