Added escape key.
This commit is contained in:
parent
7262ac588f
commit
aa7accb3f1
@ -4,7 +4,8 @@
|
||||
#include "deck.h"
|
||||
#include "cursor.h"
|
||||
|
||||
#define KEY_SPACEBAR ' '
|
||||
#define KEY_SPACEBAR 32
|
||||
#define KEY_ESCAPE 27
|
||||
|
||||
extern struct deck *deck;
|
||||
extern struct cursor *cursor;
|
||||
|
Loading…
Reference in New Issue
Block a user