aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------depends/mgl0
-rw-r--r--include/mglpp/window/Keyboard.hpp12
2 files changed, 12 insertions, 0 deletions
diff --git a/depends/mgl b/depends/mgl
-Subproject 1d01708744074320803a37388f91bc013ed2464
+Subproject 2751d53e3a810c057e0401b2a9be11bbd67a383
diff --git a/include/mglpp/window/Keyboard.hpp b/include/mglpp/window/Keyboard.hpp
index 5d0eb45..5eedf79 100644
--- a/include/mglpp/window/Keyboard.hpp
+++ b/include/mglpp/window/Keyboard.hpp
@@ -112,6 +112,18 @@ namespace mgl {
Pause,
Printscreen,
NumpadEnter,
+ AudioLowerVolume,
+ AudioRaiseVolume,
+ AudioPlay,
+ AudioStop,
+ AudioPause,
+ AudioMute,
+ AudioPrev,
+ AudioNext,
+ AudioRewind,
+ AudioForward,
+ DeadAcute,
+ Apostrophe,
/* This should always be the last key */
__NumKeys__