aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-03 02:26:37 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-03 02:26:37 +0200
commit7d6e67668ba317d823f58f9bd8edbea2da9f4b68 (patch)
tree2382b1c767890b613a6585322a98e5c9965172b9 /include
parent6cbcdbfc04a7bce35047535b3202a8140e41f87c (diff)
Add f23 and f24HEADmaster
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 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__