Expanded keyboard API, added repl tools to make process

This commit is contained in:
2026-05-27 12:25:32 +10:00
parent 1c1473339f
commit 82d43ae813
8 changed files with 90 additions and 44 deletions
+2 -4
View File
@@ -3,9 +3,7 @@
//always first member of any opaques
typedef enum OpaqueType {
OPAQUE_KEYBOARD,
OPAQUE_KEY_PRESSED,
OPAQUE_KEY_RELEASED,
OPAQUE_ACTOR,
} OpaqueType;
typedef struct DummyOpaque {
OpaqueType type;
} DummyOpaque;