Record TSDL_HapticConstant
Unit
Declaration
type TSDL_HapticConstant = record
Description
Overview
Fields
type_: cuint16; |
|
direction: TSDL_HapticDirection; |
|
length: cuint32; |
|
delay: cuint16; |
|
button: cuint16; |
|
interval: cuint16; |
|
level: cint16; |
|
attack_length: cuint16; |
|
attack_level: cuint16; |
|
fade_length: cuint16; |
|
fade_level: cuint16; |
Description
Fields
type_: cuint16; |
|
Header * |
direction: TSDL_HapticDirection; |
|
< SDL_HAPTIC_CONSTANT * |
length: cuint32; |
|
Replay * |
delay: cuint16; |
|
< Duration of the effect. * |
button: cuint16; |
|
Trigger * |
interval: cuint16; |
|
< Button that triggers the effect. * |
level: cint16; |
|
Constant * |
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.