zenilib
0.5.3.0
|
Go to the source code of this file.
Classes | |
struct | _SDL_Haptic |
struct | haptic_effect |
Variables | |
Uint8 | SDL_numhaptics |
void SDL_SYS_HapticClose | ( | SDL_Haptic * | haptic | ) |
Referenced by SDL_HapticClose().
void SDL_SYS_HapticDestroyEffect | ( | SDL_Haptic * | haptic, |
struct haptic_effect * | effect | ||
) |
Referenced by SDL_HapticDestroyEffect().
int SDL_SYS_HapticGetEffectStatus | ( | SDL_Haptic * | haptic, |
struct haptic_effect * | effect | ||
) |
Referenced by SDL_HapticGetEffectStatus().
Referenced by SDL_HapticInit().
Referenced by SDL_HapticOpenFromMouse(), and SDL_MouseIsHaptic().
Referenced by SDL_HapticName().
int SDL_SYS_HapticNewEffect | ( | SDL_Haptic * | haptic, |
struct haptic_effect * | effect, | ||
SDL_HapticEffect * | base | ||
) |
Referenced by SDL_HapticNewEffect().
int SDL_SYS_HapticOpen | ( | SDL_Haptic * | haptic | ) |
Referenced by SDL_HapticOpen().
int SDL_SYS_HapticOpenFromJoystick | ( | SDL_Haptic * | haptic, |
SDL_Joystick * | joystick | ||
) |
Referenced by SDL_HapticOpenFromJoystick().
int SDL_SYS_HapticPause | ( | SDL_Haptic * | haptic | ) |
Referenced by SDL_HapticPause().
Referenced by SDL_HapticQuit().
int SDL_SYS_HapticRunEffect | ( | SDL_Haptic * | haptic, |
struct haptic_effect * | effect, | ||
Uint32 | iterations | ||
) |
Referenced by SDL_HapticRunEffect().
int SDL_SYS_HapticSetAutocenter | ( | SDL_Haptic * | haptic, |
int | autocenter | ||
) |
Referenced by SDL_HapticSetAutocenter().
int SDL_SYS_HapticSetGain | ( | SDL_Haptic * | haptic, |
int | gain | ||
) |
Referenced by SDL_HapticSetGain().
int SDL_SYS_HapticStopAll | ( | SDL_Haptic * | haptic | ) |
Referenced by SDL_HapticStopAll().
int SDL_SYS_HapticStopEffect | ( | SDL_Haptic * | haptic, |
struct haptic_effect * | effect | ||
) |
Referenced by SDL_HapticStopEffect().
int SDL_SYS_HapticUnpause | ( | SDL_Haptic * | haptic | ) |
Referenced by SDL_HapticUnpause().
int SDL_SYS_HapticUpdateEffect | ( | SDL_Haptic * | haptic, |
struct haptic_effect * | effect, | ||
SDL_HapticEffect * | data | ||
) |
Referenced by SDL_HapticUpdateEffect().
int SDL_SYS_JoystickIsHaptic | ( | SDL_Joystick * | joystick | ) |
Referenced by SDL_HapticOpenFromJoystick(), and SDL_JoystickIsHaptic().
int SDL_SYS_JoystickSameHaptic | ( | SDL_Haptic * | haptic, |
SDL_Joystick * | joystick | ||
) |
Referenced by SDL_HapticOpenFromJoystick().
Uint8 SDL_numhaptics |
Definition at line 28 of file SDL_haptic.c.
Referenced by SDL_HapticClose(), SDL_HapticInit(), SDL_HapticName(), SDL_HapticOpen(), SDL_HapticOpened(), SDL_HapticOpenFromJoystick(), SDL_HapticQuit(), SDL_NumHaptics(), and ValidHaptic().