cocoa_input.h - remove NUM_HATS too

This commit is contained in:
twinaphex 2015-11-16 06:57:07 +01:00
parent 139a148112
commit c3de4ae7c3

View File

@ -25,10 +25,6 @@
#define MAX_TOUCHES 16
#define MAX_KEYS 256
#ifndef NUM_HATS
#define NUM_HATS 4
#endif
typedef struct
{
int16_t screen_x, screen_y;