Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_gamecontroller.h228 } SDL_GameControllerAxis; typedef
233 extern DECLSPEC SDL_GameControllerAxis SDLCALL SDL_GameControllerGetAxisFromString(const char *pchS…
238 extern DECLSPEC const char* SDLCALL SDL_GameControllerGetStringForAxis(SDL_GameControllerAxis axis);
245 SDL_GameControllerAxis axis);
257 SDL_GameControllerAxis axis);
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/
DSDL_gamecontroller.c72 SDL_GameControllerAxis raxes[k_nMaxReverseEntries];
73 SDL_GameControllerAxis rbuttonasaxis[k_nMaxReverseEntries];
106 int SDL_PrivateGameControllerAxis(SDL_GameController * gamecontroller, SDL_GameControllerAxis axis,…
158SDL_GameControllerAxis axis = controllerlist->mapping.raxes[event->jaxis.axis]; in SDL_GameControllerEventWatcher()
311 SDL_GameControllerAxis SDL_GameControllerGetAxisFromString(const char *pchString) in SDL_GameControllerGetAxisFromString()
327 const char* SDL_GameControllerGetStringForAxis(SDL_GameControllerAxis axis) in SDL_GameControllerGetStringForAxis()
388 SDL_GameControllerAxis axis; in SDL_PrivateGameControllerParseButton()
1054 SDL_GameControllerGetAxis(SDL_GameController * gamecontroller, SDL_GameControllerAxis axis) in SDL_GameControllerGetAxis()
1167 … SDL_GameControllerGetBindForAxis(SDL_GameController * gamecontroller, SDL_GameControllerAxis axis) in SDL_GameControllerGetBindForAxis()
1278 SDL_PrivateGameControllerAxis(SDL_GameController * gamecontroller, SDL_GameControllerAxis axis, Sin… in SDL_PrivateGameControllerAxis()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestgamecontroller.c138 const Sint16 value = SDL_GameControllerGetAxis(gamecontroller, (SDL_GameControllerAxis)(i)); in loop()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_procs.h181 SDL_DYNAPI_PROC(SDL_GameControllerAxis,SDL_GameControllerGetAxisFromString,(const char *a),(a),retu…
182 SDL_DYNAPI_PROC(const char*,SDL_GameControllerGetStringForAxis,(SDL_GameControllerAxis a),(a),retur…
183 …tonBind,SDL_GameControllerGetBindForAxis,(SDL_GameController *a, SDL_GameControllerAxis b),(a,b),r…
184 SDL_DYNAPI_PROC(Sint16,SDL_GameControllerGetAxis,(SDL_GameController *a, SDL_GameControllerAxis b),…
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c961 ControllerAxisName(const SDL_GameControllerAxis axis) in ControllerAxisName()
1186 ControllerAxisName((SDL_GameControllerAxis)event->caxis.axis), in SDLTest_PrintEvent()