From 882eed59a5a03111d2e80190289a853a487848b1 Mon Sep 17 00:00:00 2001 From: IntellectualKitty Date: Fri, 25 Nov 2016 20:59:31 -0700 Subject: [PATCH] Update win32_joystick.h --- src/win32_joystick.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/win32_joystick.h b/src/win32_joystick.h index 44ce9531b..9d3041295 100644 --- a/src/win32_joystick.h +++ b/src/win32_joystick.h @@ -47,6 +47,8 @@ typedef struct _GLFWjoystickWin32 int axisCount; unsigned char* buttons; int buttonCount; + unsigned char* hats; + int hatCount; _GLFWjoyobjectWin32* objects; int objectCount; char* name;