HomeSort by relevance Sort by last modified time
    Searched refs:SDL_GameControllerButton (Results 1 - 5 of 5) sorted by null

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_gamecontroller.h 274 } SDL_GameControllerButton;
279 extern DECLSPEC SDL_GameControllerButton SDLCALL SDL_GameControllerGetButtonFromString(const char *pchString);
284 extern DECLSPEC const char* SDLCALL SDL_GameControllerGetStringForButton(SDL_GameControllerButton button);
291 SDL_GameControllerButton button);
300 SDL_GameControllerButton button);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_gamecontroller.h 274 } SDL_GameControllerButton;
279 extern DECLSPEC SDL_GameControllerButton SDLCALL SDL_GameControllerGetButtonFromString(const char *pchString);
284 extern DECLSPEC const char* SDLCALL SDL_GameControllerGetStringForButton(SDL_GameControllerButton button);
291 SDL_GameControllerButton button);
300 SDL_GameControllerButton button);
  /prebuilts/misc/windows/sdl2/include/
SDL_gamecontroller.h 274 } SDL_GameControllerButton;
279 extern DECLSPEC SDL_GameControllerButton SDLCALL SDL_GameControllerGetButtonFromString(const char *pchString);
284 extern DECLSPEC const char* SDLCALL SDL_GameControllerGetStringForButton(SDL_GameControllerButton button);
291 SDL_GameControllerButton button);
300 SDL_GameControllerButton button);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_gamecontroller.h 274 } SDL_GameControllerButton;
279 extern DECLSPEC SDL_GameControllerButton SDLCALL SDL_GameControllerGetButtonFromString(const char *pchString);
284 extern DECLSPEC const char* SDLCALL SDL_GameControllerGetStringForButton(SDL_GameControllerButton button);
291 SDL_GameControllerButton button);
300 SDL_GameControllerButton button);
  /prebuilts/misc/windows/sdl2/test/
testgamecontroller.c 50 ControllerButtonName(const SDL_GameControllerButton button)
107 /* This is indexed by SDL_GameControllerButton. */
218 if (SDL_GameControllerGetButton(gamecontroller, (SDL_GameControllerButton)i) == SDL_PRESSED) {

Completed in 590 milliseconds