Searched refs:SDL_Joystick (Results 1 – 3 of 3) sorted by relevance
78 typedef struct _SDL_Joystick SDL_Joystick; typedef332 extern DECLSPEC SDL_Joystick *SDLCALL SDL_JoystickOpen(int device_index);733 extern DECLSPEC int SDLCALL SDL_JoystickNumAxes(SDL_Joystick *joystick);751 extern DECLSPEC int SDLCALL SDL_JoystickNumBalls(SDL_Joystick *joystick);765 extern DECLSPEC int SDLCALL SDL_JoystickNumHats(SDL_Joystick *joystick);779 extern DECLSPEC int SDLCALL SDL_JoystickNumButtons(SDL_Joystick *joystick);849 extern DECLSPEC Sint16 SDLCALL SDL_JoystickGetAxis(SDL_Joystick *joystick,907 extern DECLSPEC Uint8 SDLCALL SDL_JoystickGetHat(SDL_Joystick *joystick,929 extern DECLSPEC int SDLCALL SDL_JoystickGetBall(SDL_Joystick *joystick,944 extern DECLSPEC Uint8 SDLCALL SDL_JoystickGetButton(SDL_Joystick *joystick,[all …]
957 extern DECLSPEC int SDLCALL SDL_JoystickIsHaptic(SDL_Joystick * joystick);980 extern DECLSPEC SDL_Haptic *SDLCALL SDL_HapticOpenFromJoystick(SDL_Joystick *
590 extern DECLSPEC SDL_Joystick *SDLCALL SDL_GameControllerGetJoystick(SDL_GameController *gamecontrol…
Completed in 12 milliseconds