aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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__