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.cpp | |
parent | 2751daf29fd319c1db2fc446a438d8634c2c363f (diff) |
add F16-F24 keys
Diffstat (limited to 'source/core/StarInputEvent.cpp')
-rw-r--r-- | source/core/StarInputEvent.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/core/StarInputEvent.cpp b/source/core/StarInputEvent.cpp index 7d6835b..e4b1e64 100644 --- a/source/core/StarInputEvent.cpp +++ b/source/core/StarInputEvent.cpp @@ -114,6 +114,15 @@ EnumMap<Key> const KeyNames{ {Key::F13, "F13"}, {Key::F14, "F14"}, {Key::F15, "F15"}, + {Key::F16, "F16"}, + {Key::F17, "F17"}, + {Key::F18, "F18"}, + {Key::F19, "F19"}, + {Key::F20, "F20"}, + {Key::F21, "F21"}, + {Key::F22, "F22"}, + {Key::F23, "F23"}, + {Key::F24, "F24"}, {Key::NumLock, "NumLock"}, {Key::CapsLock, "CapsLock"}, {Key::ScrollLock, "ScrollLock"}, |