diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-07-12 08:09:06 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-07-12 08:09:06 +1000 |
commit | d4fad6402f08f00adf026fa236a33ed302ca788a (patch) | |
tree | d2aeffaf96dce0daa70b999d5096bf80e79fb776 /source/core/StarInputEvent.hpp | |
parent | 2751daf29fd319c1db2fc446a438d8634c2c363f (diff) |
add F16-F24 keys
Diffstat (limited to 'source/core/StarInputEvent.hpp')
-rw-r--r-- | source/core/StarInputEvent.hpp | 9 |
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, |