Searched refs:SDL_PrivateGameControllerButton (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_gamecontroller.c | 197 static int SDL_PrivateGameControllerButton(SDL_GameController * gamecontroller, SDL_GameControllerB… 247 SDL_PrivateGameControllerButton(gamecontroller, bind->output.button, SDL_RELEASED); in ResetOutput() 297 SDL_PrivateGameControllerButton(gamecontroller, match->output.button, state); in HandleJoystickAxis() 315 SDL_PrivateGameControllerButton(gamecontroller, binding->output.button, state); in HandleJoystickButton() 336 … SDL_PrivateGameControllerButton(gamecontroller, binding->output.button, SDL_PRESSED); in HandleJoystickHat() 361 SDL_PrivateGameControllerButton(gamecontroller, button, SDL_RELEASED); in RecenterGameController() 2232 SDL_PrivateGameControllerButton(SDL_GameController * gamecontroller, SDL_GameControllerButton butto… in SDL_PrivateGameControllerButton() function 2326 … SDL_PrivateGameControllerButton(controllerlist, SDL_CONTROLLER_BUTTON_GUIDE, SDL_RELEASED); in SDL_GameControllerHandleDelayedGuideButton()
|
Completed in 6 milliseconds