Added escape key.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user