
Go to the source code of this file.
Functions | |
| void | _glfwInitJoysticks (void) |
| const float * | _glfwPlatformGetJoystickAxes (int joy, int *count) |
| Returns the values of all axes of the specified joystick. More... | |
| const unsigned char * | _glfwPlatformGetJoystickButtons (int joy, int *count) |
| Returns the state of all buttons of the specified joystick. More... | |
| const char * | _glfwPlatformGetJoystickName (int joy) |
| Returns the name of the specified joystick. More... | |
| int | _glfwPlatformJoystickPresent (int joy) |
| Returns whether the specified joystick is present. More... | |
| void | _glfwTerminateJoysticks (void) |
| static float | normalizeAxis (DWORD pos, DWORD min, DWORD max) |
Definition at line 55 of file winmm_joystick.c.
Definition at line 61 of file winmm_joystick.c.
|
static |
Definition at line 39 of file winmm_joystick.c.