diff options
m--------- | depends/mgl | 0 | ||||
-rw-r--r-- | include/mglpp/window/Keyboard.hpp | 2 |
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__ |