- pSDL_HapticClose
alias pSDL_HapticClose = int function(SDL_Haptic*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticDestroyEffect
alias pSDL_HapticDestroyEffect = int function(SDL_Haptic*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticEffectSupported
alias pSDL_HapticEffectSupported = int function(SDL_Haptic*, SDL_HapticEffect*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticGetEffectStatus
alias pSDL_HapticGetEffectStatus = int function(SDL_Haptic*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticIndex
alias pSDL_HapticIndex = int function(SDL_Haptic*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticName
alias pSDL_HapticName = const(char)* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticNewEffect
alias pSDL_HapticNewEffect = int function(SDL_Haptic*, SDL_HapticEffect*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticNumAxes
alias pSDL_HapticNumAxes = int function(SDL_Haptic*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticNumEffects
alias pSDL_HapticNumEffects = int function(SDL_Haptic*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticNumEffectsPlaying
alias pSDL_HapticNumEffectsPlaying = int function(SDL_Haptic*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticOpen
alias pSDL_HapticOpen = SDL_Haptic* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticOpenFromJoystick
alias pSDL_HapticOpenFromJoystick = SDL_Haptic* function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticOpenFromMouse
alias pSDL_HapticOpenFromMouse = SDL_Haptic* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticOpened
alias pSDL_HapticOpened = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticPause
alias pSDL_HapticPause = int function(SDL_Haptic*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticQuery
alias pSDL_HapticQuery = uint function(SDL_Haptic*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticRumbleInit
alias pSDL_HapticRumbleInit = int function(SDL_Haptic*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticRumblePlay
alias pSDL_HapticRumblePlay = int function(SDL_Haptic*, float, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticRumbleStop
alias pSDL_HapticRumbleStop = int function(SDL_Haptic*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticRumbleSupported
alias pSDL_HapticRumbleSupported = int function(SDL_Haptic*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticRunEffect
alias pSDL_HapticRunEffect = int function(SDL_Haptic*, int, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticSetAutocenter
alias pSDL_HapticSetAutocenter = int function(SDL_Haptic*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticSetGain
alias pSDL_HapticSetGain = int function(SDL_Haptic*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticStopAll
alias pSDL_HapticStopAll = int function(SDL_Haptic*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticStopEffect
alias pSDL_HapticStopEffect = int function(SDL_Haptic*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticUnpause
alias pSDL_HapticUnpause = int function(SDL_Haptic*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_HapticUpdateEffect
alias pSDL_HapticUpdateEffect = int function(SDL_Haptic*, int, SDL_HapticEffect*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_JoystickIsHaptic
alias pSDL_JoystickIsHaptic = int function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_MouseIsHaptic
alias pSDL_MouseIsHaptic = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_NumHaptics
alias pSDL_NumHaptics = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticClose
int SDL_HapticClose(SDL_Haptic* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticDestroyEffect
int SDL_HapticDestroyEffect(SDL_Haptic* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticEffectSupported
int SDL_HapticEffectSupported(SDL_Haptic* , SDL_HapticEffect* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticGetEffectStatus
int SDL_HapticGetEffectStatus(SDL_Haptic* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticIndex
int SDL_HapticIndex(SDL_Haptic* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticName
const(char)* SDL_HapticName(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticNewEffect
int SDL_HapticNewEffect(SDL_Haptic* , SDL_HapticEffect* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticNumAxes
int SDL_HapticNumAxes(SDL_Haptic* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticNumEffects
int SDL_HapticNumEffects(SDL_Haptic* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticNumEffectsPlaying
int SDL_HapticNumEffectsPlaying(SDL_Haptic* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticOpen
SDL_Haptic* SDL_HapticOpen(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticOpenFromJoystick
SDL_Haptic* SDL_HapticOpenFromJoystick(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticOpenFromMouse
SDL_Haptic* SDL_HapticOpenFromMouse()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticOpened
int SDL_HapticOpened(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticPause
int SDL_HapticPause(SDL_Haptic* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticQuery
uint SDL_HapticQuery(SDL_Haptic* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticRumbleInit
int SDL_HapticRumbleInit(SDL_Haptic* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticRumblePlay
int SDL_HapticRumblePlay(SDL_Haptic* , float , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticRumbleStop
int SDL_HapticRumbleStop(SDL_Haptic* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticRumbleSupported
int SDL_HapticRumbleSupported(SDL_Haptic* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticRunEffect
int SDL_HapticRunEffect(SDL_Haptic* , int , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticSetAutocenter
int SDL_HapticSetAutocenter(SDL_Haptic* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticSetGain
int SDL_HapticSetGain(SDL_Haptic* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticStopAll
int SDL_HapticStopAll(SDL_Haptic* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticStopEffect
int SDL_HapticStopEffect(SDL_Haptic* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticUnpause
int SDL_HapticUnpause(SDL_Haptic* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticUpdateEffect
int SDL_HapticUpdateEffect(SDL_Haptic* , int , SDL_HapticEffect* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_JoystickIsHaptic
int SDL_JoystickIsHaptic(SDL_Joystick* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_MouseIsHaptic
int SDL_MouseIsHaptic()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_NumHaptics
int SDL_NumHaptics()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_HapticClose
pSDL_HapticClose SDL_HapticClose;
Undocumented in source.
- SDL_HapticDestroyEffect
pSDL_HapticDestroyEffect SDL_HapticDestroyEffect;
Undocumented in source.
- SDL_HapticEffectSupported
pSDL_HapticEffectSupported SDL_HapticEffectSupported;
Undocumented in source.
- SDL_HapticGetEffectStatus
pSDL_HapticGetEffectStatus SDL_HapticGetEffectStatus;
Undocumented in source.
- SDL_HapticIndex
pSDL_HapticIndex SDL_HapticIndex;
Undocumented in source.
- SDL_HapticName
pSDL_HapticName SDL_HapticName;
Undocumented in source.
- SDL_HapticNewEffect
pSDL_HapticNewEffect SDL_HapticNewEffect;
Undocumented in source.
- SDL_HapticNumAxes
pSDL_HapticNumAxes SDL_HapticNumAxes;
Undocumented in source.
- SDL_HapticNumEffects
pSDL_HapticNumEffects SDL_HapticNumEffects;
Undocumented in source.
- SDL_HapticNumEffectsPlaying
pSDL_HapticNumEffectsPlaying SDL_HapticNumEffectsPlaying;
Undocumented in source.
- SDL_HapticOpen
pSDL_HapticOpen SDL_HapticOpen;
Undocumented in source.
- SDL_HapticOpenFromJoystick
pSDL_HapticOpenFromJoystick SDL_HapticOpenFromJoystick;
Undocumented in source.
- SDL_HapticOpenFromMouse
pSDL_HapticOpenFromMouse SDL_HapticOpenFromMouse;
Undocumented in source.
- SDL_HapticOpened
pSDL_HapticOpened SDL_HapticOpened;
Undocumented in source.
- SDL_HapticPause
pSDL_HapticPause SDL_HapticPause;
Undocumented in source.
- SDL_HapticQuery
pSDL_HapticQuery SDL_HapticQuery;
Undocumented in source.
- SDL_HapticRumbleInit
pSDL_HapticRumbleInit SDL_HapticRumbleInit;
Undocumented in source.
- SDL_HapticRumblePlay
pSDL_HapticRumblePlay SDL_HapticRumblePlay;
Undocumented in source.
- SDL_HapticRumbleStop
pSDL_HapticRumbleStop SDL_HapticRumbleStop;
Undocumented in source.
- SDL_HapticRumbleSupported
pSDL_HapticRumbleSupported SDL_HapticRumbleSupported;
Undocumented in source.
- SDL_HapticRunEffect
pSDL_HapticRunEffect SDL_HapticRunEffect;
Undocumented in source.
- SDL_HapticSetAutocenter
pSDL_HapticSetAutocenter SDL_HapticSetAutocenter;
Undocumented in source.
- SDL_HapticSetGain
pSDL_HapticSetGain SDL_HapticSetGain;
Undocumented in source.
- SDL_HapticStopAll
pSDL_HapticStopAll SDL_HapticStopAll;
Undocumented in source.
- SDL_HapticStopEffect
pSDL_HapticStopEffect SDL_HapticStopEffect;
Undocumented in source.
- SDL_HapticUnpause
pSDL_HapticUnpause SDL_HapticUnpause;
Undocumented in source.
- SDL_HapticUpdateEffect
pSDL_HapticUpdateEffect SDL_HapticUpdateEffect;
Undocumented in source.
- SDL_JoystickIsHaptic
pSDL_JoystickIsHaptic SDL_JoystickIsHaptic;
Undocumented in source.
- SDL_MouseIsHaptic
pSDL_MouseIsHaptic SDL_MouseIsHaptic;
Undocumented in source.
- SDL_NumHaptics
pSDL_NumHaptics SDL_NumHaptics;
Undocumented in source.