Home
last modified time | relevance | path

Searched refs:_GLFWjoystickLinux (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/glfw/src/
Dlinux_joystick.c54 _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()
Dlinux_joystick.h37 typedef struct _GLFWjoystickLinux struct
47 } _GLFWjoystickLinux; argument
53 _GLFWjoystickLinux js[GLFW_JOYSTICK_LAST + 1];