aboutsummaryrefslogtreecommitdiff
path: root/Scancode.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-15 12:17:21 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-15 12:17:21 +0200
commita3eb81cc6b70c03fb40ac4dcd140d5f3ad241ceb (patch)
tree9d116014f1bb7ff40dab5dbd73a3cb887ef43311 /Scancode.h
parent28ed8918eaf62969f507fc678b4ac31f195bf257 (diff)
move file loading command + try GUI file loading (still broken)
Diffstat (limited to 'Scancode.h')
-rw-r--r--Scancode.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Scancode.h b/Scancode.h
deleted file mode 100644
index d838bf2..0000000
--- a/Scancode.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-typedef enum {
- KEY_SPACE = 44,
- KEY_ENTER = 40,
- KEY_O = 18,
- KEY_A = 4,
- KEY_LEFT = 80,
- KEY_RIGHT = 79,
-} Scancode;
-