summaryrefslogtreecommitdiff
path: root/include/engine/input.h
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2024-02-01 21:27:06 +0000
committer0scar <qgt268@alumni.ku.dk>2024-02-05 07:04:09 +0000
commit37a9f55ecd39f99aa800adc875555ecd613722c4 (patch)
treed7f5913db2cb11804c2d5aa564207678932ee5be /include/engine/input.h
parentd8b46657425c6b806584d10fa50b11d49ba03850 (diff)
Fixme!
Diffstat (limited to 'include/engine/input.h')
-rw-r--r--include/engine/input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/engine/input.h b/include/engine/input.h
index c93d74d..49b3a96 100644
--- a/include/engine/input.h
+++ b/include/engine/input.h
@@ -35,7 +35,6 @@ typedef struct binding_t {
action_t action;
// Change type depending on input handling back-end. like u16 for GLFW_KEY
- // enum SDL_Scancode keycode;
scancode_t scancode;
scancode_t scancode_alt;