merged from herbglitch/master

This commit is contained in:
herbglitch 2024-01-12 19:52:51 -07:00
commit 2f221987af
21 changed files with 339 additions and 10 deletions

View file

@ -64,6 +64,7 @@ typedef enum ARC_KeyboardKey {
ARC_KEY_SPACE,
ARC_KEY_ESC,
ARC_KEY_ENTER,
} ARC_Keyboard_Key;
ARC_KeyboardState ARC_Keyboard_GetState(ARC_Keyboard *keyboard, enum ARC_KeyboardKey key);