added a couple keys to console/key, and added append to string

This commit is contained in:
herbglitch 2024-07-08 04:37:47 -06:00
parent 3f5e631388
commit 7f0120f0c8
4 changed files with 60 additions and 3 deletions

View file

@ -54,6 +54,8 @@ typedef enum ARC_ConsoleKey_Key {
ARC_KEY_DOWN,
ARC_KEY_UP,
ARC_KEY_BACKSPACE,
ARC_KEY_ESC
} ARC_ConsoleKey_Key;
@ -73,4 +75,4 @@ uint8_t ARC_ConsoleKey_GetCharFromKey(ARC_ConsoleKey *consoleKey);
}
#endif
#endif // !ARC_CONSOLE_KEY_H_
#endif // !ARC_CONSOLE_KEY_H_