SDL 2.0
|
#include "../../SDL_internal.h"
#include "SDL_error.h"
#include "SDL_haptic.h"
#include "../SDL_syshaptic.h"
#include "../../core/windows/SDL_windows.h"
Go to the source code of this file.
void SDL_XINPUT_HapticClose | ( | SDL_Haptic * | haptic | ) |
Definition at line 411 of file SDL_xinputhaptic.c.
void SDL_XINPUT_HapticDestroyEffect | ( | SDL_Haptic * | haptic, |
struct haptic_effect * | effect | ||
) |
Definition at line 445 of file SDL_xinputhaptic.c.
int SDL_XINPUT_HapticGetEffectStatus | ( | SDL_Haptic * | haptic, |
struct haptic_effect * | effect | ||
) |
int SDL_XINPUT_HapticInit | ( | void | ) |
Definition at line 375 of file SDL_xinputhaptic.c.
int SDL_XINPUT_HapticNewEffect | ( | SDL_Haptic * | haptic, |
struct haptic_effect * | effect, | ||
SDL_HapticEffect * | base | ||
) |
Definition at line 421 of file SDL_xinputhaptic.c.
References SDL_Unsupported.
int SDL_XINPUT_HapticOpen | ( | SDL_Haptic * | haptic, |
SDL_hapticlist_item * | item | ||
) |
Definition at line 393 of file SDL_xinputhaptic.c.
References SDL_Unsupported.
int SDL_XINPUT_HapticOpenFromJoystick | ( | SDL_Haptic * | haptic, |
SDL_Joystick * | joystick | ||
) |
Definition at line 405 of file SDL_xinputhaptic.c.
References SDL_Unsupported.
int SDL_XINPUT_HapticPause | ( | SDL_Haptic * | haptic | ) |
Definition at line 468 of file SDL_xinputhaptic.c.
References SDL_Unsupported.
Definition at line 416 of file SDL_xinputhaptic.c.
int SDL_XINPUT_HapticRunEffect | ( | SDL_Haptic * | haptic, |
struct haptic_effect * | effect, | ||
Uint32 | iterations | ||
) |
Definition at line 433 of file SDL_xinputhaptic.c.
References SDL_Unsupported.
int SDL_XINPUT_HapticSetAutocenter | ( | SDL_Haptic * | haptic, |
int | autocenter | ||
) |
Definition at line 462 of file SDL_xinputhaptic.c.
References SDL_Unsupported.
int SDL_XINPUT_HapticSetGain | ( | SDL_Haptic * | haptic, |
int | gain | ||
) |
Definition at line 456 of file SDL_xinputhaptic.c.
References SDL_Unsupported.
int SDL_XINPUT_HapticStopAll | ( | SDL_Haptic * | haptic | ) |
Definition at line 480 of file SDL_xinputhaptic.c.
References SDL_Unsupported.
int SDL_XINPUT_HapticStopEffect | ( | SDL_Haptic * | haptic, |
struct haptic_effect * | effect | ||
) |
Definition at line 439 of file SDL_xinputhaptic.c.
References SDL_Unsupported.
int SDL_XINPUT_HapticUnpause | ( | SDL_Haptic * | haptic | ) |
Definition at line 474 of file SDL_xinputhaptic.c.
References SDL_Unsupported.
int SDL_XINPUT_HapticUpdateEffect | ( | SDL_Haptic * | haptic, |
struct haptic_effect * | effect, | ||
SDL_HapticEffect * | data | ||
) |
Definition at line 427 of file SDL_xinputhaptic.c.
References SDL_Unsupported.
int SDL_XINPUT_JoystickSameHaptic | ( | SDL_Haptic * | haptic, |
SDL_Joystick * | joystick | ||
) |
Definition at line 399 of file SDL_xinputhaptic.c.
References SDL_Unsupported.
int SDL_XINPUT_MaybeAddDevice | ( | const DWORD | dwUserid | ) |
Definition at line 381 of file SDL_xinputhaptic.c.
References SDL_Unsupported.
int SDL_XINPUT_MaybeRemoveDevice | ( | const DWORD | dwUserid | ) |
Definition at line 387 of file SDL_xinputhaptic.c.
References SDL_Unsupported.