This commit is contained in:
Camilla Berglund
2016-02-08 09:32:48 +01:00
parent 8a7fa306ce
commit 3aebb0bfe3
2 changed files with 81 additions and 90 deletions

View File

@@ -56,7 +56,7 @@ typedef struct _GLFWjoydeviceNS
//
typedef struct _GLFWjoystickNS
{
_GLFWjoydeviceNS devices[GLFW_JOYSTICK_LAST + 1];
_GLFWjoydeviceNS js[GLFW_JOYSTICK_LAST + 1];
IOHIDManagerRef managerRef;
} _GLFWjoystickNS;