Searched refs:SDL_GameControllerAxis (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_gamecontroller.h | 228 } 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/ |
D | SDL_gamecontroller.c | 72 SDL_GameControllerAxis raxes[k_nMaxReverseEntries]; 73 SDL_GameControllerAxis rbuttonasaxis[k_nMaxReverseEntries]; 106 int SDL_PrivateGameControllerAxis(SDL_GameController * gamecontroller, SDL_GameControllerAxis axis,… 158 … SDL_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/ |
D | testgamecontroller.c | 138 const Sint16 value = SDL_GameControllerGetAxis(gamecontroller, (SDL_GameControllerAxis)(i)); in loop()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_procs.h | 181 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/ |
D | SDL_test_common.c | 961 ControllerAxisName(const SDL_GameControllerAxis axis) in ControllerAxisName() 1186 ControllerAxisName((SDL_GameControllerAxis)event->caxis.axis), in SDLTest_PrintEvent()
|