Empty key defines for no sdl

This commit is contained in:
Simon Robertshaw 2012-10-29 10:32:57 +00:00
parent 9bb28cfa36
commit effcc74d6d

View File

@ -74,4 +74,9 @@
#define BUTTON_MIDDLE 20
#define BUTTON_RIGHT 21
#define KEY_a 22
#define KEY_d 23
#define KEY_s 24
#define KEY_w 25
#endif