Searched refs:SDL_GameControllerButton (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_gamecontroller.h | 366 } SDL_GameControllerButton; typedef 371 extern DECLSPEC SDL_GameControllerButton SDLCALL SDL_GameControllerGetButtonFromString(const char *… 376 extern DECLSPEC const char* SDLCALL SDL_GameControllerGetStringForButton(SDL_GameControllerButton b… 383 SDL_GameControllerButton button); 392 SDL_GameControllerButton button);
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testgamecontroller.c | 158 …ntroller button %s %s\n", SDL_GameControllerGetStringForButton((SDL_GameControllerButton)event.cbu… in loop() 176 … if (SDL_GameControllerGetButton(gamecontroller, (SDL_GameControllerButton)i) == SDL_PRESSED) { in loop()
|
A D | controllermap.c | 603 SDL_GameControllerButton eButton = (SDL_GameControllerButton)iIndex; in WatchJoystick()
|
/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_gamecontroller.c | 76 SDL_GameControllerButton button; 197 …rivateGameControllerButton(SDL_GameController * gamecontroller, SDL_GameControllerButton button, U… 356 SDL_GameControllerButton button; in RecenterGameController() 359 for (button = (SDL_GameControllerButton) 0; button < SDL_CONTROLLER_BUTTON_MAX; button++) { in RecenterGameController() 551 SDL_GameControllerButton SDL_GameControllerGetButtonFromString(const char *pchString) in SDL_GameControllerGetButtonFromString() 559 return (SDL_GameControllerButton) entry; in SDL_GameControllerGetButtonFromString() 567 const char* SDL_GameControllerGetStringForButton(SDL_GameControllerButton axis) in SDL_GameControllerGetStringForButton() 581 SDL_GameControllerButton button; in SDL_PrivateGameControllerParseElement() 1899 SDL_GameControllerGetButton(SDL_GameController * gamecontroller, SDL_GameControllerButton button) in SDL_GameControllerGetButton() 2083 …ameControllerGetBindForButton(SDL_GameController * gamecontroller, SDL_GameControllerButton button) in SDL_GameControllerGetBindForButton() [all …]
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 1204 ControllerButtonName(const SDL_GameControllerButton button) in ControllerButtonName() 1435 ControllerButtonName((SDL_GameControllerButton)event->cbutton.button)); in SDLTest_PrintEvent() 1440 ControllerButtonName((SDL_GameControllerButton)event->cbutton.button)); in SDLTest_PrintEvent()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_procs.h | 181 SDL_DYNAPI_PROC(SDL_GameControllerButton,SDL_GameControllerGetButtonFromString,(const char *a),(a),… 182 SDL_DYNAPI_PROC(const char*,SDL_GameControllerGetStringForButton,(SDL_GameControllerButton a),(a),r… 183 …Bind,SDL_GameControllerGetBindForButton,(SDL_GameController *a, SDL_GameControllerButton b),(a,b),… 184 SDL_DYNAPI_PROC(Uint8,SDL_GameControllerGetButton,(SDL_GameController *a, SDL_GameControllerButton …
|
Completed in 15 milliseconds