added backslash to key

This commit is contained in:
herbglitch 2024-07-27 03:47:38 -06:00
parent 95c93e5d10
commit ae11c5d0b8
2 changed files with 5 additions and 0 deletions

View file

@ -54,6 +54,8 @@ typedef enum ARC_ConsoleKey_Key {
ARC_CONSOLE_KEY_DOWN,
ARC_CONSOLE_KEY_UP,
ARC_CONSOLE_KEY_FORWARD_SLASH,
ARC_CONSOLE_KEY_BACKSPACE,
ARC_CONSOLE_KEY_ENTER,