diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-03 23:30:36 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-03 23:30:36 +0100 |
commit | 9634e4fef56016f59d45b0cb530087ab36f01714 (patch) | |
tree | 6bf88062432bb3c9101b4c33b410d1707360e40b | |
parent | 04a9fdec5a7248245b0c3ec874a5df56e039a8f6 (diff) |
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 fc30899a2dcd3af167a4785cec5bb6c17374e30 +Subproject 06166b3c9e5ad140d286d4bf6e491556ce4c8be 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__ |