Update cocoa_joystick.h

This commit is contained in:
IntellectualKitty 2016-11-25 20:55:24 -07:00 committed by GitHub
parent 096efdf798
commit 39f1aea42c

View File

@ -51,6 +51,7 @@ typedef struct _GLFWjoystickNS
float* axes;
unsigned char* buttons;
unsigned char* hats;
} _GLFWjoystickNS;