SDL
2.0
|
Go to the source code of this file.
Functions | |
int | SDL_DINPUT_JoystickInit (void) |
void | SDL_DINPUT_JoystickDetect (JoyStick_DeviceData **pContext) |
int | SDL_DINPUT_JoystickOpen (SDL_Joystick *joystick, JoyStick_DeviceData *joystickdevice) |
int | SDL_DINPUT_JoystickRumble (SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble, Uint32 duration_ms) |
void | SDL_DINPUT_JoystickUpdate (SDL_Joystick *joystick) |
void | SDL_DINPUT_JoystickClose (SDL_Joystick *joystick) |
void | SDL_DINPUT_JoystickQuit (void) |
void SDL_DINPUT_JoystickClose | ( | SDL_Joystick * | joystick | ) |
Definition at line 1144 of file SDL_dinputjoystick.c.
void SDL_DINPUT_JoystickDetect | ( | JoyStick_DeviceData ** | pContext | ) |
Definition at line 1122 of file SDL_dinputjoystick.c.
int SDL_DINPUT_JoystickInit | ( | void | ) |
Definition at line 1116 of file SDL_dinputjoystick.c.
int SDL_DINPUT_JoystickOpen | ( | SDL_Joystick * | joystick, |
JoyStick_DeviceData * | joystickdevice | ||
) |
Definition at line 1127 of file SDL_dinputjoystick.c.
References SDL_Unsupported.
Definition at line 1149 of file SDL_dinputjoystick.c.
int SDL_DINPUT_JoystickRumble | ( | SDL_Joystick * | joystick, |
Uint16 | low_frequency_rumble, | ||
Uint16 | high_frequency_rumble, | ||
Uint32 | duration_ms | ||
) |
Definition at line 1133 of file SDL_dinputjoystick.c.
References SDL_Unsupported.
void SDL_DINPUT_JoystickUpdate | ( | SDL_Joystick * | joystick | ) |
Definition at line 1139 of file SDL_dinputjoystick.c.