From b4ce16d4b92d225de2c75f9c039f0c924129cc28 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 7 Mar 2025 20:20:24 +0100 Subject: Change order of keys --- depends/mgl | 2 +- include/mglpp/window/Keyboard.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/depends/mgl b/depends/mgl index 09dadac..e4e066c 160000 --- a/depends/mgl +++ b/depends/mgl @@ -1 +1 @@ -Subproject commit 09dadac90c179b84b918d48fa1b790b191187efd +Subproject commit e4e066c94c5ec30a21a287ec36f108150d3c21e7 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__ -- cgit v1.2.3-70-g09d2