From 9634e4fef56016f59d45b0cb530087ab36f01714 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 3 Mar 2025 23:30:36 +0100 Subject: Support more keys: insert, printscreen, pause, numpad numbers and numpad enter --- depends/mgl | 2 +- include/mglpp/window/Keyboard.hpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/depends/mgl b/depends/mgl index fc30899..06166b3 160000 --- a/depends/mgl +++ b/depends/mgl @@ -1 +1 @@ -Subproject commit fc30899a2dcd3af167a4785cec5bb6c17374e30c +Subproject commit 06166b3c9e5ad140d286d4bf6e491556ce4c8bea 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__ -- cgit v1.2.3-70-g09d2