bindbc.sdl.bind.sdlhaptic

Undocumented in source.

Members

Aliases

pSDL_HapticClose
alias pSDL_HapticClose = int function(SDL_Haptic* 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* haptic, int effect)
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* haptic, SDL_HapticEffect* effect)
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* haptic, int effect)
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* 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 device_index)
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* haptic, SDL_HapticEffect* effect)
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* 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* 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* 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 device_index)
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* 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 device_index)
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* 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* 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* 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* haptic, float strength, uint length)
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* 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* 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* haptic, int effect, uint iterations)
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* haptic, int autocenter)
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* haptic, int gain)
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* 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* haptic, int effect)
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* 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* haptic, int effect, SDL_HapticEffect* data)
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* 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.

Enums

SDL_HAPTIC_CONSTANT
anonymousenum SDL_HAPTIC_CONSTANT
Undocumented in source.

Functions

SDL_HapticClose
int SDL_HapticClose(SDL_Haptic* 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* haptic, int effect)
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* haptic, SDL_HapticEffect* effect)
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* haptic, int effect)
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* 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 device_index)
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* haptic, SDL_HapticEffect* effect)
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* 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* 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* 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 device_index)
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* 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 device_index)
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* 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* 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* 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* haptic, float strength, uint length)
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* 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* 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* haptic, int effect, uint iterations)
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* haptic, int autocenter)
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* haptic, int gain)
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* 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* haptic, int effect)
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* 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* haptic, int effect, SDL_HapticEffect* data)
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* 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.

Manifest constants

SDL_HAPTIC_CARTESIAN
enum SDL_HAPTIC_CARTESIAN;
Undocumented in source.
SDL_HAPTIC_INFINITY
enum SDL_HAPTIC_INFINITY;
Undocumented in source.
SDL_HAPTIC_POLAR
enum SDL_HAPTIC_POLAR;
Undocumented in source.
SDL_HAPTIC_SPHERICAL
enum SDL_HAPTIC_SPHERICAL;
Undocumented in source.
SDL_HAPTIC_STEERING_AXIS
enum SDL_HAPTIC_STEERING_AXIS;
Undocumented in source.

Static variables

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.

Structs

SDL_Haptic
struct SDL_Haptic
Undocumented in source.
SDL_HapticCondition
struct SDL_HapticCondition
Undocumented in source.
SDL_HapticConstant
struct SDL_HapticConstant
Undocumented in source.
SDL_HapticCustom
struct SDL_HapticCustom
Undocumented in source.
SDL_HapticDirection
struct SDL_HapticDirection
Undocumented in source.
SDL_HapticLeftRight
struct SDL_HapticLeftRight
Undocumented in source.
SDL_HapticPeriodic
struct SDL_HapticPeriodic
Undocumented in source.
SDL_HapticRamp
struct SDL_HapticRamp
Undocumented in source.

Unions

SDL_HapticEffect
union SDL_HapticEffect
Undocumented in source.

Meta