Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarInputEvent.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-07-12 08:09:06 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-07-12 08:09:06 +1000
commitd4fad6402f08f00adf026fa236a33ed302ca788a (patch)
treed2aeffaf96dce0daa70b999d5096bf80e79fb776 /source/core/StarInputEvent.hpp
parent2751daf29fd319c1db2fc446a438d8634c2c363f (diff)
add F16-F24 keys
Diffstat (limited to 'source/core/StarInputEvent.hpp')
-rw-r--r--source/core/StarInputEvent.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/core/StarInputEvent.hpp b/source/core/StarInputEvent.hpp
index fefca1b..e750efa 100644
--- a/source/core/StarInputEvent.hpp
+++ b/source/core/StarInputEvent.hpp
@@ -119,6 +119,15 @@ enum class Key : uint16_t {
F13,
F14,
F15,
+ F16,
+ F17,
+ F18,
+ F19,
+ F20,
+ F21,
+ F22,
+ F23,
+ F24,
NumLock,
CapsLock,
ScrollLock,