Home
last modified time | relevance | path

Searched refs:SDL_GameControllerAxis (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_gamecontroller.h313 } SDL_GameControllerAxis; typedef
318 extern DECLSPEC SDL_GameControllerAxis SDLCALL SDL_GameControllerGetAxisFromString(const char *pchS…
323 extern DECLSPEC const char* SDLCALL SDL_GameControllerGetStringForAxis(SDL_GameControllerAxis axis);
330 SDL_GameControllerAxis axis);
342 SDL_GameControllerAxis axis);
/AliOS-Things-master/components/SDL2/test/
A Dtestgamecontroller.c154 …er axis %s changed to %d\n", SDL_GameControllerGetStringForAxis((SDL_GameControllerAxis)event.caxi… in loop()
184 … const Sint16 value = SDL_GameControllerGetAxis(gamecontroller, (SDL_GameControllerAxis)(i)); in loop()
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_gamecontroller.c79 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()
[all …]
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_procs.h177 SDL_DYNAPI_PROC(SDL_GameControllerAxis,SDL_GameControllerGetAxisFromString,(const char *a),(a),retu…
178 SDL_DYNAPI_PROC(const char*,SDL_GameControllerGetStringForAxis,(SDL_GameControllerAxis a),(a),retur…
179 …tonBind,SDL_GameControllerGetBindForAxis,(SDL_GameController *a, SDL_GameControllerAxis b),(a,b),r…
180 SDL_DYNAPI_PROC(Sint16,SDL_GameControllerGetAxis,(SDL_GameController *a, SDL_GameControllerAxis b),…
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c1186 ControllerAxisName(const SDL_GameControllerAxis axis) in ControllerAxisName()
1429 ControllerAxisName((SDL_GameControllerAxis)event->caxis.axis), in SDLTest_PrintEvent()

Completed in 13 milliseconds