aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-03-07 20:20:24 +0100
committerdec05eba <dec05eba@protonmail.com>2025-03-07 20:20:24 +0100
commitb4ce16d4b92d225de2c75f9c039f0c924129cc28 (patch)
tree289c954aa63e04b52be9d0d39e5f98e69b292bdd /include
parent055d12425984f0cfdb779387f63787374f382914 (diff)
Change order of keys
Diffstat (limited to 'include')
-rw-r--r--include/mglpp/window/Keyboard.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mglpp/window/Keyboard.hpp b/include/mglpp/window/Keyboard.hpp
index 796ecc8..5d0eb45 100644
--- a/include/mglpp/window/Keyboard.hpp
+++ b/include/mglpp/window/Keyboard.hpp
@@ -94,7 +94,6 @@ namespace mgl {
Numpad7,
Numpad8,
Numpad9,
- NumpadEnter,
F1,
F2,
F3,
@@ -112,6 +111,7 @@ namespace mgl {
F15,
Pause,
Printscreen,
+ NumpadEnter,
/* This should always be the last key */
__NumKeys__