|
SDL
2.0
|
#include "../../SDL_internal.h"
Include dependency graph for SDL_dinputjoystick_c.h:Go to the source code of this file.
Functions | |
| int | SDL_DINPUT_JoystickInit (void) |
| void | SDL_DINPUT_JoystickDetect (JoyStick_DeviceData **pContext) |
| SDL_bool | SDL_DINPUT_JoystickPresent (Uint16 vendor, Uint16 product, Uint16 version) |
| 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) |
| 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 1333 of file SDL_dinputjoystick.c.
| void SDL_DINPUT_JoystickDetect | ( | JoyStick_DeviceData ** | pContext | ) |
Definition at line 1305 of file SDL_dinputjoystick.c.
Definition at line 1299 of file SDL_dinputjoystick.c.
| int SDL_DINPUT_JoystickOpen | ( | SDL_Joystick * | joystick, |
| JoyStick_DeviceData * | joystickdevice | ||
| ) |
Definition at line 1310 of file SDL_dinputjoystick.c.
References SDL_FALSE.
Definition at line 1338 of file SDL_dinputjoystick.c.
| int SDL_DINPUT_JoystickRumble | ( | SDL_Joystick * | joystick, |
| Uint16 | low_frequency_rumble, | ||
| Uint16 | high_frequency_rumble | ||
| ) |
Definition at line 1322 of file SDL_dinputjoystick.c.
References SDL_Unsupported.
| void SDL_DINPUT_JoystickUpdate | ( | SDL_Joystick * | joystick | ) |
Definition at line 1328 of file SDL_dinputjoystick.c.