Searched refs:SDL_GameControllerButton (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_gamecontroller.h | 281 } SDL_GameControllerButton; typedef 286 extern DECLSPEC SDL_GameControllerButton SDLCALL SDL_GameControllerGetButtonFromString(const char *… 291 extern DECLSPEC const char* SDLCALL SDL_GameControllerGetStringForButton(SDL_GameControllerButton b… 298 SDL_GameControllerButton button); 307 SDL_GameControllerButton button);
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/ |
D | SDL_gamecontroller.c | 75 SDL_GameControllerButton rbuttons[k_nMaxReverseEntries]; 76 SDL_GameControllerButton raxesasbutton[k_nMaxReverseEntries]; 77 SDL_GameControllerButton rhatasbutton[k_nMaxHatEntries]; 107 int SDL_PrivateGameControllerButton(SDL_GameController * gamecontroller, SDL_GameControllerButton b… 357 SDL_GameControllerButton SDL_GameControllerGetButtonFromString(const char *pchString) in SDL_GameControllerGetButtonFromString() 373 const char* SDL_GameControllerGetStringForButton(SDL_GameControllerButton axis) in SDL_GameControllerGetStringForButton() 387 SDL_GameControllerButton button; in SDL_PrivateGameControllerParseButton() 1085 SDL_GameControllerGetButton(SDL_GameController * gamecontroller, SDL_GameControllerButton button) in SDL_GameControllerGetButton() 1190 …ameControllerGetBindForButton(SDL_GameController * gamecontroller, SDL_GameControllerButton button) in SDL_GameControllerGetBindForButton() 1302 SDL_PrivateGameControllerButton(SDL_GameController * gamecontroller, SDL_GameControllerButton butto… in SDL_PrivateGameControllerButton()
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testgamecontroller.c | 130 … if (SDL_GameControllerGetButton(gamecontroller, (SDL_GameControllerButton)i) == SDL_PRESSED) { in loop()
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_common.c | 979 ControllerButtonName(const SDL_GameControllerButton button) in ControllerButtonName() 1192 ControllerButtonName((SDL_GameControllerButton)event->cbutton.button)); in SDLTest_PrintEvent() 1197 ControllerButtonName((SDL_GameControllerButton)event->cbutton.button)); in SDLTest_PrintEvent()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_procs.h | 185 SDL_DYNAPI_PROC(SDL_GameControllerButton,SDL_GameControllerGetButtonFromString,(const char *a),(a),… 186 SDL_DYNAPI_PROC(const char*,SDL_GameControllerGetStringForButton,(SDL_GameControllerButton a),(a),r… 187 …Bind,SDL_GameControllerGetBindForButton,(SDL_GameController *a, SDL_GameControllerButton b),(a,b),… 188 SDL_DYNAPI_PROC(Uint8,SDL_GameControllerGetButton,(SDL_GameController *a, SDL_GameControllerButton …
|