Lines Matching refs:SDL_GameControllerAxis
79 SDL_GameControllerAxis axis;
196 …L_PrivateGameControllerAxis(SDL_GameController * gamecontroller, SDL_GameControllerAxis axis, Sint…
357 SDL_GameControllerAxis axis; in RecenterGameController()
365 for (axis = (SDL_GameControllerAxis) 0; axis < SDL_CONTROLLER_AXIS_MAX; axis++) { in RecenterGameController()
499 SDL_GameControllerAxis SDL_GameControllerGetAxisFromString(const char *pchString) in SDL_GameControllerGetAxisFromString()
513 return (SDL_GameControllerAxis) entry; in SDL_GameControllerGetAxisFromString()
521 const char* SDL_GameControllerGetStringForAxis(SDL_GameControllerAxis axis) in SDL_GameControllerGetStringForAxis()
582 SDL_GameControllerAxis axis; in SDL_PrivateGameControllerParseElement()
1840 SDL_GameControllerGetAxis(SDL_GameController * gamecontroller, SDL_GameControllerAxis axis) in SDL_GameControllerGetAxis()
2051 … SDL_GameControllerGetBindForAxis(SDL_GameController * gamecontroller, SDL_GameControllerAxis axis) in SDL_GameControllerGetBindForAxis()
2208 SDL_PrivateGameControllerAxis(SDL_GameController * gamecontroller, SDL_GameControllerAxis axis, Sin… in SDL_PrivateGameControllerAxis()