Go to the source code of this file.
Functions | |
void | _glfwInitJoysticks (void) |
const float * | _glfwPlatformGetJoystickAxes (int joy, int *count) |
const unsigned char * | _glfwPlatformGetJoystickButtons (int joy, int *count) |
const char * | _glfwPlatformGetJoystickName (int joy) |
int | _glfwPlatformJoystickPresent (int joy) |
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 float normalizeAxis | ( | DWORD | pos, |
DWORD | min, | ||
DWORD | max | ||
) | [static] |
Definition at line 39 of file winmm_joystick.c.