aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------depends/mgl0
-rw-r--r--include/mglpp/window/Keyboard.hpp2
2 files changed, 2 insertions, 0 deletions
diff --git a/depends/mgl b/depends/mgl
-Subproject f7a14756eef9277175ded1fd10901b307fafb29
+Subproject 46962ea3fc83a26fcf0851ccb748b08eecf7f8e
diff --git a/include/mglpp/window/Keyboard.hpp b/include/mglpp/window/Keyboard.hpp
index a7cc92d..2cb6c0a 100644
--- a/include/mglpp/window/Keyboard.hpp
+++ b/include/mglpp/window/Keyboard.hpp
@@ -131,6 +131,8 @@ namespace mgl {
F20,
F21,
F22,
+ F23,
+ F24,
/* This should always be the last key */
__NumKeys__