diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-03 02:26:37 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-03 02:26:37 +0200 |
commit | 7d6e67668ba317d823f58f9bd8edbea2da9f4b68 (patch) | |
tree | 2382b1c767890b613a6585322a98e5c9965172b9 | |
parent | 6cbcdbfc04a7bce35047535b3202a8140e41f87c (diff) |
Add f23 and f24
m--------- | depends/mgl | 0 | ||||
-rw-r--r-- | include/mglpp/window/Keyboard.hpp | 2 |
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__ |