Record TSDL_HapticRamp
Unit
Declaration
type TSDL_HapticRamp = record
Description
Overview
Fields
![]() |
type_: cuint16; |
![]() |
direction: TSDL_HapticDirection; |
![]() |
length: cuint32; |
![]() |
delay: cuint16; |
![]() |
button: cuint16; |
![]() |
interval: cuint16; |
![]() |
start: cint16; |
![]() |
end_: cint16; |
![]() |
attack_length: cuint16; |
![]() |
attack_level: cuint16; |
![]() |
fade_length: cuint16; |
![]() |
fade_level: cuint16; |
Description
Fields
![]() |
type_: cuint16; |
|
Header * | |
![]() |
direction: TSDL_HapticDirection; |
|
< SDL_HAPTIC_RAMP * | |
![]() |
length: cuint32; |
|
Replay * | |
![]() |
delay: cuint16; |
|
< Duration of the effect. * | |
![]() |
button: cuint16; |
|
Trigger * | |
![]() |
interval: cuint16; |
|
< Button that triggers the effect. * | |
![]() |
start: cint16; |
|
Ramp * | |
![]() |
end_: cint16; |
|
< Beginning strength level. * | |
![]() |
attack_length: cuint16; |
|
Envelope * | |
![]() |
attack_level: cuint16; |
|
< Duration of the attack. * | |
![]() |
fade_length: cuint16; |
|
< Level at the start of the attack. * | |
![]() |
fade_level: cuint16; |
|
< Duration of the fade. * | |
Generated by PasDoc 0.16.0.
