Searched refs:joysticks (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/glfw/tests/ |
D | joysticks.c | 42 static int joysticks[GLFW_JOYSTICK_LAST + 1]; variable 64 axes = glfwGetJoystickAxes(joysticks[index], &axis_count); in draw_joystick() 87 buttons = glfwGetJoystickButtons(joysticks[index], &button_count); in draw_joystick() 142 joysticks[joystick_count++] = joy; in joystick_callback() 150 if (joysticks[i] == joy) in joystick_callback() 155 joysticks[i - 1] = joysticks[i]; in joystick_callback() 177 memset(joysticks, 0, sizeof(joysticks)); in main()
|
D | CMakeLists.txt | 27 add_executable(joysticks joysticks.c ${GLAD}) target 46 iconify joysticks monitors reopen cursor)
|
/third_party/libinput/doc/user/ |
D | what-is-libinput.rst | 150 difficult to find common ground between joysticks and much of the 152 provide support for joysticks for that reason, any abstraction libinput 153 would provide for joysticks would be so generic that libinput would
|
D | tablet-support.rst | 290 joysticks. Thus, tablet with a large number of buttons have to map across
|
/third_party/flutter/glfw/docs/ |
D | input.dox | 489 The joystick functions expose connected joysticks and controllers, with both 490 referred to as joysticks. It supports up to sixteen joysticks, ranging from 492 whether a [joystick](@ref joysticks) is present with @ref glfwJoystickPresent. 498 When GLFW is initialized, detected joysticks are added to to the beginning of 500 keeps its assigned index until it is disconnected, so as joysticks are connected 546 Joystick names are not guaranteed to be unique. Two joysticks of the same model 547 and make may have the same name. Only the [joystick token](@ref joysticks) is
|
D | intro.dox | 25 enumerates monitors and joysticks, initializes the timer and performs any
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | README | 12 testjoystick List joysticks and watch joystick events
|
/third_party/flutter/glfw/src/ |
D | cocoa_joystick.m | 451 // joysticks
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/iphoneos/ |
D | SDL_sysjoystick.m | 269 /* Function to scan the system for joysticks.
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | WhatsNew.txt | 205 * Hotplugging support for joysticks
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-winrt.md | 97 * joysticks and game controllers that aren't supported by Microsoft's XInput
|
/third_party/eudev/hwdb/ |
D | 20-usb-vendor-model.hwdb | 51648 ID_MODEL_FROM_DATABASE=HID device except mice, keyboards, and joysticks 51699 ID_MODEL_FROM_DATABASE=HID device except mice, keyboards, and joysticks
|