Searched refs:_GLFWjoystickLinux (Results 1 – 2 of 2) sorted by relevance
54 _GLFWjoystickLinux* js; in openJoystickDevice()111 static GLFWbool pollJoystickEvents(_GLFWjoystickLinux* js) in pollJoystickEvents()135 memset(js, 0, sizeof(_GLFWjoystickLinux)); in pollJoystickEvents()161 const _GLFWjoystickLinux* fj = fp; in compareJoysticks()162 const _GLFWjoystickLinux* sj = sp; in compareJoysticks()240 qsort(_glfw.linux_js.js, count, sizeof(_GLFWjoystickLinux), compareJoysticks); in _glfwInitJoysticksLinux()309 _GLFWjoystickLinux* js = _glfw.linux_js.js + joy; in _glfwPlatformJoystickPresent()315 _GLFWjoystickLinux* js = _glfw.linux_js.js + joy; in _glfwPlatformGetJoystickAxes()325 _GLFWjoystickLinux* js = _glfw.linux_js.js + joy; in _glfwPlatformGetJoystickButtons()335 _GLFWjoystickLinux* js = _glfw.linux_js.js + joy; in _glfwPlatformGetJoystickName()
37 typedef struct _GLFWjoystickLinux struct47 } _GLFWjoystickLinux; argument53 _GLFWjoystickLinux js[GLFW_JOYSTICK_LAST + 1];