Home
last modified time | relevance | path

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

/bsp/simulator/SDL2/include/
A DSDL_joystick.h78 typedef struct _SDL_Joystick SDL_Joystick; typedef
332 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 …]
A DSDL_haptic.h957 extern DECLSPEC int SDLCALL SDL_JoystickIsHaptic(SDL_Joystick * joystick);
980 extern DECLSPEC SDL_Haptic *SDLCALL SDL_HapticOpenFromJoystick(SDL_Joystick *
A DSDL_gamecontroller.h590 extern DECLSPEC SDL_Joystick *SDLCALL SDL_GameControllerGetJoystick(SDL_GameController *gamecontrol…

Completed in 12 milliseconds