Updated changelog and credits, formatting.

Fixes #17.
Closes #536.
This commit is contained in:
Camilla Berglund
2015-06-26 13:31:37 +02:00
parent fec6f187d1
commit a97477337d
3 changed files with 77 additions and 36 deletions
-2
View File
@@ -53,7 +53,6 @@ typedef struct _GLFWjoydevice
unsigned char* buttons;
} _GLFWjoydevice;
// IOKit-specific joystick API data
//
typedef struct _GLFWjoystickIOKit
@@ -63,7 +62,6 @@ typedef struct _GLFWjoystickIOKit
IOHIDManagerRef managerRef;
} _GLFWjoystickIOKit;
void _glfwInitJoysticks(void);
void _glfwTerminateJoysticks(void);