aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-03-03 23:30:36 +0100
committerdec05eba <dec05eba@protonmail.com>2025-03-03 23:30:36 +0100
commit9634e4fef56016f59d45b0cb530087ab36f01714 (patch)
tree6bf88062432bb3c9101b4c33b410d1707360e40b /include
parent04a9fdec5a7248245b0c3ec874a5df56e039a8f6 (diff)
Support more keys: insert, printscreen, pause, numpad numbers and numpad enterHEADmaster
Diffstat (limited to 'include')
-rw-r--r--include/mglpp/window/Keyboard.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mglpp/window/Keyboard.hpp b/include/mglpp/window/Keyboard.hpp
index 7200f5f..796ecc8 100644
--- a/include/mglpp/window/Keyboard.hpp
+++ b/include/mglpp/window/Keyboard.hpp
@@ -94,6 +94,7 @@ namespace mgl {
Numpad7,
Numpad8,
Numpad9,
+ NumpadEnter,
F1,
F2,
F3,
@@ -110,6 +111,7 @@ namespace mgl {
F14,
F15,
Pause,
+ Printscreen,
/* This should always be the last key */
__NumKeys__