Searched refs:_glfwAllocJoystick (Results 1 - 4 of 4) sorted by relevance
/third_party/glfw/src/ |
H A D | linux_joystick.c | 226 _glfwAllocJoystick(name, guid, axisCount, buttonCount, hatCount); in openJoystickDevice()
|
H A D | win32_joystick.c | 469 js = _glfwAllocJoystick(name, guid, in deviceCallback() 529 js = _glfwAllocJoystick(getDeviceDescription(&xic), guid, 6, 10, 1); in _glfwDetectJoystickConnectionWin32()
|
H A D | internal.h | 982 _GLFWjoystick* _glfwAllocJoystick(const char* name,
|
H A D | input.c | 503 _GLFWjoystick* _glfwAllocJoystick(const char* name, in _glfwAllocJoystick() function
|
Completed in 6 milliseconds