GLFW: Make joystick platform code init on demand

From upstream: 782e6b6cef.
This commit is contained in:
Luflosi
2020-07-23 13:46:55 +02:00
parent 78efefcea1
commit 785973bb5e
11 changed files with 72 additions and 37 deletions

View File

@@ -44,7 +44,3 @@ typedef struct _GLFWjoystickNS
CFMutableArrayRef hats;
} _GLFWjoystickNS;
void _glfwInitJoysticksNS(void);
void _glfwTerminateJoysticksNS(void);