mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05:00
Made joystick array static.
This commit is contained in:
parent
ea8c7029a7
commit
32f186e82d
|
@ -83,7 +83,7 @@ typedef struct
|
||||||
|
|
||||||
} _glfwJoystick;
|
} _glfwJoystick;
|
||||||
|
|
||||||
_glfwJoystick _glfwJoysticks[GLFW_JOYSTICK_LAST + 1];
|
static _glfwJoystick _glfwJoysticks[GLFW_JOYSTICK_LAST + 1];
|
||||||
|
|
||||||
|
|
||||||
void GetElementsCFArrayHandler(const void* value, void* parameter);
|
void GetElementsCFArrayHandler(const void* value, void* parameter);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user