Home
last modified time | relevance | path

Searched refs:SDL_IsGameController (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_gamecontroller.h179 extern DECLSPEC SDL_bool SDLCALL SDL_IsGameController(int joystick_index);
/AliOS-Things-master/components/SDL2/test/
A Dtestgamecontroller.c252 if ( SDL_IsGameController(i) ) { in main()
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_joystick.c462 joystick->is_game_controller = SDL_IsGameController(device_index); in SDL_JoystickOpen()
1051 if (player_index < 0 && SDL_IsGameController(device_index)) { in SDL_PrivateJoystickAdded()
2120 if (SDL_IsGameController(device_index)) { in SDL_JoystickGetDeviceType()
A DSDL_gamecontroller.c418 if (SDL_IsGameController(event->jdevice.which)) { in SDL_GameControllerEventWatcher()
1578 if (SDL_IsGameController(i)) { in SDL_GameControllerInit()
1669 SDL_IsGameController(int device_index) in SDL_IsGameController() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h138 #define SDL_IsGameController SDL_IsGameController_REAL macro
A DSDL_dynapi_procs.h169 SDL_DYNAPI_PROC(SDL_bool,SDL_IsGameController,(int a),(a),return)

Completed in 23 milliseconds