diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-15 12:43:38 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-15 12:43:38 +0100 |
commit | cab672ce6258aec563e7f0e0549281156c0c8d21 (patch) | |
tree | e4b825c5fed4282672aeb18d4bd405710f20349d /src/crepe/api/KeyCodes.h | |
parent | 22a3ba4d0773d6010704ec494a08f5d95f564a94 (diff) |
feedback
Diffstat (limited to 'src/crepe/api/KeyCodes.h')
-rw-r--r-- | src/crepe/api/KeyCodes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/api/KeyCodes.h b/src/crepe/api/KeyCodes.h index 1cb1a8a..e5a91fc 100644 --- a/src/crepe/api/KeyCodes.h +++ b/src/crepe/api/KeyCodes.h @@ -12,7 +12,6 @@ enum class MouseButton { }; enum class Keycode : int { - // From glfw3.h NONE = 0, SPACE = 32, APOSTROPHE = 39, /* ' */ |