aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/KeyCodes.h
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-15 12:43:38 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-15 12:43:38 +0100
commitcab672ce6258aec563e7f0e0549281156c0c8d21 (patch)
treee4b825c5fed4282672aeb18d4bd405710f20349d /src/crepe/api/KeyCodes.h
parent22a3ba4d0773d6010704ec494a08f5d95f564a94 (diff)
feedback
Diffstat (limited to 'src/crepe/api/KeyCodes.h')
-rw-r--r--src/crepe/api/KeyCodes.h1
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, /* ' */