Home
last modified time | relevance | path

Searched refs:SDL_GameControllerButtonBind (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_gamecontroller.h70 typedef struct SDL_GameControllerButtonBind struct
83 } SDL_GameControllerButtonBind; typedef
243 extern DECLSPEC SDL_GameControllerButtonBind SDLCALL
296 extern DECLSPEC SDL_GameControllerButtonBind SDLCALL
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/
DSDL_gamecontroller.c1167 SDL_GameControllerButtonBind SDL_GameControllerGetBindForAxis(SDL_GameController * gamecontroller, … in SDL_GameControllerGetBindForAxis()
1169 SDL_GameControllerButtonBind bind; in SDL_GameControllerGetBindForAxis()
1190 SDL_GameControllerButtonBind SDL_GameControllerGetBindForButton(SDL_GameController * gamecontroller… in SDL_GameControllerGetBindForButton()
1192 SDL_GameControllerButtonBind bind; in SDL_GameControllerGetBindForButton()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_procs.h183 SDL_DYNAPI_PROC(SDL_GameControllerButtonBind,SDL_GameControllerGetBindForAxis,(SDL_GameController *…
187 SDL_DYNAPI_PROC(SDL_GameControllerButtonBind,SDL_GameControllerGetBindForButton,(SDL_GameController…