|
SDL
2.0
|
#include "../../SDL_internal.h"#include "SDL_error.h"#include "SDL_haptic.h"#include "../SDL_syshaptic.h"
Include dependency graph for SDL_dinputhaptic.c:Go to the source code of this file.
| void SDL_DINPUT_HapticClose | ( | SDL_Haptic * | haptic | ) |
Definition at line 1233 of file SDL_dinputhaptic.c.
| void SDL_DINPUT_HapticDestroyEffect | ( | SDL_Haptic * | haptic, |
| struct haptic_effect * | effect | ||
| ) |
Definition at line 1267 of file SDL_dinputhaptic.c.
| int SDL_DINPUT_HapticGetEffectStatus | ( | SDL_Haptic * | haptic, |
| struct haptic_effect * | effect | ||
| ) |
Definition at line 1197 of file SDL_dinputhaptic.c.
| int SDL_DINPUT_HapticNewEffect | ( | SDL_Haptic * | haptic, |
| struct haptic_effect * | effect, | ||
| SDL_HapticEffect * | base | ||
| ) |
Definition at line 1243 of file SDL_dinputhaptic.c.
References SDL_Unsupported.
| int SDL_DINPUT_HapticOpen | ( | SDL_Haptic * | haptic, |
| SDL_hapticlist_item * | item | ||
| ) |
Definition at line 1215 of file SDL_dinputhaptic.c.
References SDL_Unsupported.
| int SDL_DINPUT_HapticOpenFromJoystick | ( | SDL_Haptic * | haptic, |
| SDL_Joystick * | joystick | ||
| ) |
Definition at line 1227 of file SDL_dinputhaptic.c.
References SDL_Unsupported.
| int SDL_DINPUT_HapticPause | ( | SDL_Haptic * | haptic | ) |
Definition at line 1290 of file SDL_dinputhaptic.c.
References SDL_Unsupported.
Definition at line 1238 of file SDL_dinputhaptic.c.
| int SDL_DINPUT_HapticRunEffect | ( | SDL_Haptic * | haptic, |
| struct haptic_effect * | effect, | ||
| Uint32 | iterations | ||
| ) |
Definition at line 1255 of file SDL_dinputhaptic.c.
References SDL_Unsupported.
Definition at line 1284 of file SDL_dinputhaptic.c.
References SDL_Unsupported.
Definition at line 1278 of file SDL_dinputhaptic.c.
References SDL_Unsupported.
| int SDL_DINPUT_HapticStopAll | ( | SDL_Haptic * | haptic | ) |
Definition at line 1302 of file SDL_dinputhaptic.c.
References SDL_Unsupported.
| int SDL_DINPUT_HapticStopEffect | ( | SDL_Haptic * | haptic, |
| struct haptic_effect * | effect | ||
| ) |
Definition at line 1261 of file SDL_dinputhaptic.c.
References SDL_Unsupported.
| int SDL_DINPUT_HapticUnpause | ( | SDL_Haptic * | haptic | ) |
Definition at line 1296 of file SDL_dinputhaptic.c.
References SDL_Unsupported.
| int SDL_DINPUT_HapticUpdateEffect | ( | SDL_Haptic * | haptic, |
| struct haptic_effect * | effect, | ||
| SDL_HapticEffect * | data | ||
| ) |
Definition at line 1249 of file SDL_dinputhaptic.c.
References SDL_Unsupported.
| int SDL_DINPUT_JoystickSameHaptic | ( | SDL_Haptic * | haptic, |
| SDL_Joystick * | joystick | ||
| ) |
Definition at line 1221 of file SDL_dinputhaptic.c.
References SDL_Unsupported.
| int SDL_DINPUT_MaybeAddDevice | ( | const DIDEVICEINSTANCE * | pdidInstance | ) |
Definition at line 1203 of file SDL_dinputhaptic.c.
References SDL_Unsupported.
| int SDL_DINPUT_MaybeRemoveDevice | ( | const DIDEVICEINSTANCE * | pdidInstance | ) |
Definition at line 1209 of file SDL_dinputhaptic.c.
References SDL_Unsupported.