Use KEY_NONE for buttons without key shortcuts
SDLK_LAST was used, but it is SDL 1.x specific
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#else
|
||||
#define bool char
|
||||
#endif
|
||||
#include <SDL.h>
|
||||
|
||||
#define NB_SHORTCUTS 212 ///< Number of actions that can have a key combination associated to it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user