diff options
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"}, |