bindbc-sdl v1.3.4 (2023-03-22T11:20:54Z)
Dub
Repo
SDL_HapticCondition
sdl
haptic
Undocumented in source.
struct
SDL_HapticCondition {
ushort
type
;
SDL_HapticDirection
direciton
;
uint
length
;
ushort
delay
;
ushort
button
;
ushort
interval
;
ushort
[
3
]
right_sat
;
ushort
[
3
]
left_sat
;
short
[
3
]
right_coeff
;
short
[
3
]
left_coeff
;
ushort
[
3
]
deadband
;
short
[
3
]
center
;
}
Members
Variables
button
ushort
button
;
Undocumented in source.
center
short
[
3
]
center
;
Undocumented in source.
deadband
ushort
[
3
]
deadband
;
Undocumented in source.
delay
ushort
delay
;
Undocumented in source.
direciton
SDL_HapticDirection
direciton
;
Undocumented in source.
interval
ushort
interval
;
Undocumented in source.
left_coeff
short
[
3
]
left_coeff
;
Undocumented in source.
left_sat
ushort
[
3
]
left_sat
;
Undocumented in source.
length
uint
length
;
Undocumented in source.
right_coeff
short
[
3
]
right_coeff
;
Undocumented in source.
right_sat
ushort
[
3
]
right_sat
;
Undocumented in source.
type
ushort
type
;
Undocumented in source.
Meta
Source
See Implementation
sdl
haptic
enums
SDL_HAPTIC_CONSTANT
SDL_HAPTIC_POLAR
SDL_HAPTIC_STEERING_AXIS
structs
SDL_Haptic
SDL_HapticCondition
SDL_HapticConstant
SDL_HapticCustom
SDL_HapticDirection
SDL_HapticLeftRight
SDL_HapticPeriodic
SDL_HapticRamp
unions
SDL_HapticEffect