diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-13 09:15:56 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-13 09:15:56 +0100 |
commit | 2b3659c8c5dace0ff9ff9cb8b9421f7f3f890218 (patch) | |
tree | 5a051d3d11c2bb358b170735b0bcdee0e997aa25 /src/crepe/api/KeyCodes.h | |
parent | 2793e8be0e6c44bb34a25522e1e75ed8a2868b32 (diff) |
added window events back to code and function cleanup
Diffstat (limited to 'src/crepe/api/KeyCodes.h')
-rw-r--r-- | src/crepe/api/KeyCodes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/api/KeyCodes.h b/src/crepe/api/KeyCodes.h index fa0d17c..a9141e2 100644 --- a/src/crepe/api/KeyCodes.h +++ b/src/crepe/api/KeyCodes.h @@ -153,8 +153,6 @@ typedef enum { RIGHT_SUPER = 347, /// \} MENU = 348, //!< Menu key. - //! Not actually a key instead its the amount of keycodes there are for array indexing - NUM_KEYCODES = 512, } Keycode; |