Searched defs:joy (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/glfw/src/ |
D | linux_joystick.c | 53 int joy, fd, version; in openJoystickDevice() local 307 int _glfwPlatformJoystickPresent(int joy) in _glfwPlatformJoystickPresent() 313 const float* _glfwPlatformGetJoystickAxes(int joy, int* count) in _glfwPlatformGetJoystickAxes() 323 const unsigned char* _glfwPlatformGetJoystickButtons(int joy, int* count) in _glfwPlatformGetJoystickButtons() 333 const char* _glfwPlatformGetJoystickName(int joy) in _glfwPlatformGetJoystickName()
|
D | win32_joystick.c | 335 int joy = 0; in deviceCallback() local 450 int joy; in openXinputDevice() local 678 int joy; in _glfwTerminateJoysticksWin32() local 718 int joy; in _glfwDetectJoystickDisconnectionWin32() local 729 int _glfwPlatformJoystickPresent(int joy) in _glfwPlatformJoystickPresent() 735 const float* _glfwPlatformGetJoystickAxes(int joy, int* count) in _glfwPlatformGetJoystickAxes() 745 const unsigned char* _glfwPlatformGetJoystickButtons(int joy, int* count) in _glfwPlatformGetJoystickButtons() 755 const char* _glfwPlatformGetJoystickName(int joy) in _glfwPlatformGetJoystickName()
|
D | input.c | 127 void _glfwInputJoystickChange(int joy, int event) in _glfwInputJoystickChange() 543 GLFWAPI int glfwJoystickPresent(int joy) in glfwJoystickPresent() 556 GLFWAPI const float* glfwGetJoystickAxes(int joy, int* count) in glfwGetJoystickAxes() 572 GLFWAPI const unsigned char* glfwGetJoystickButtons(int joy, int* count) in glfwGetJoystickButtons() 588 GLFWAPI const char* glfwGetJoystickName(int joy) in glfwGetJoystickName()
|
/third_party/flutter/glfw/tests/ |
D | joysticks.c | 127 static void joystick_callback(int joy, int event) in joystick_callback() 164 int joy; in find_joysticks() local
|
D | events.c | 454 static void joystick_callback(int joy, int event) in joystick_callback()
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/bsd/ |
D | SDL_sysjoystick.c | 283 SDL_SYS_JoystickOpen(SDL_Joystick * joy, int device_index) 475 SDL_SYS_JoystickUpdate(SDL_Joystick * joy) 596 SDL_SYS_JoystickClose(SDL_Joystick * joy)
|