From 39f1aea42ce4ab22469b2a663c559617c58802fe Mon Sep 17 00:00:00 2001 From: IntellectualKitty Date: Fri, 25 Nov 2016 20:55:24 -0700 Subject: [PATCH] Update cocoa_joystick.h --- src/cocoa_joystick.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cocoa_joystick.h b/src/cocoa_joystick.h index 9a5910153..fb46f9071 100644 --- a/src/cocoa_joystick.h +++ b/src/cocoa_joystick.h @@ -51,6 +51,7 @@ typedef struct _GLFWjoystickNS float* axes; unsigned char* buttons; + unsigned char* hats; } _GLFWjoystickNS;