Added initial joystick support on OS X

This commit is contained in:
Sergey Tikhomirov
2011-09-18 22:05:00 +03:00
parent 901a743d97
commit 2357cf6f30
4 changed files with 486 additions and 8 deletions
+9
View File
@@ -97,4 +97,13 @@ typedef struct _GLFWlibraryNS
} _GLFWlibraryNS;
//========================================================================
// Prototypes for platform specific internal functions
//========================================================================
// Joystick input
void _glfwInitJoysticks(void);
void _glfwTerminateJoysticks(void);
#endif // _platform_h_