aboutsummaryrefslogtreecommitdiff
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
parent055d12425984f0cfdb779387f63787374f382914 (diff)
Change order of keys
m---------depends/mgl0
-rw-r--r--include/mglpp/window/Keyboard.hpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/depends/mgl b/depends/mgl
-Subproject 09dadac90c179b84b918d48fa1b790b191187ef
+Subproject e4e066c94c5ec30a21a287ec36f108150d3c21e
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__