diff options
Diffstat (limited to 'source/core/StarInputEvent.hpp')
-rw-r--r-- | source/core/StarInputEvent.hpp | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/source/core/StarInputEvent.hpp b/source/core/StarInputEvent.hpp index e8740b5..cace466 100644 --- a/source/core/StarInputEvent.hpp +++ b/source/core/StarInputEvent.hpp @@ -78,23 +78,23 @@ enum class Key : uint16_t { Y, Z, Delete, - Kp0, - Kp1, - Kp2, - Kp3, - Kp4, - Kp5, - Kp6, - Kp7, - Kp8, - Kp9, - Kp_period, - Kp_divide, - Kp_multiply, - Kp_minus, - Kp_plus, - Kp_enter, - Kp_equals, + Keypad0, + Keypad1, + Keypad2, + Keypad3, + Keypad4, + Keypad5, + Keypad6, + Keypad7, + Keypad8, + Keypad9, + KeypadPeriod, + KeypadDivide, + KeypadMultiply, + KeypadMinus, + KeypadPlus, + KeypadEnter, + KeypadEquals, Up, Down, Right, |