diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-09 11:41:16 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-09 11:41:16 +0100 |
commit | e3318b7e0e075567a6a9e29239e074f4e02fc595 (patch) | |
tree | 53b3f263f40636ca989e421a9aa942a61cc08802 /src/crepe/api | |
parent | 588df868d851ac5195ce3380ab38c59b0e2aed7a (diff) |
made getKeyboardState
Diffstat (limited to 'src/crepe/api')
-rw-r--r-- | src/crepe/api/KeyCodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crepe/api/KeyCodes.h b/src/crepe/api/KeyCodes.h index fcfc080..6204cf2 100644 --- a/src/crepe/api/KeyCodes.h +++ b/src/crepe/api/KeyCodes.h @@ -150,5 +150,7 @@ enum class Keycode { RIGHT_SUPER = 347, /// \} MENU = 348, //!< Menu key. + //! Not actually a key instead its the amount of keycodes there are for array indexing + NUM_KEYCODES = 113, }; } // namespace crepe |