Lines Matching refs:SDL_GameControllerButton
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()
2232 SDL_PrivateGameControllerButton(SDL_GameController * gamecontroller, SDL_GameControllerButton butto… in SDL_PrivateGameControllerButton()