added a couple keys to console/key, and added append to string
This commit is contained in:
parent
3f5e631388
commit
7f0120f0c8
4 changed files with 60 additions and 3 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue