Record TSDL_HapticCustom
Unit
Declaration
type TSDL_HapticCustom = record
Description
Overview
Fields
type_: cuint16; |
|
direction: TSDL_HapticDirection; |
|
length: cuint32; |
|
delay: cuint16; |
|
button: cuint16; |
|
interval: cuint16; |
|
channels: cuint8; |
|
period: cuint16; |
|
samples: cuint16; |
|
data: pcuint16; |
|
attack_length: cuint16; |
|
attack_level: cuint16; |
|
fade_length: cuint16; |
|
fade_level: cuint16; |
Description
Fields
type_: cuint16; |
|
Header * |
direction: TSDL_HapticDirection; |
|
< SDL_HAPTIC_CUSTOM * |
length: cuint32; |
|
Replay * |
delay: cuint16; |
|
< Duration of the effect. * |
button: cuint16; |
|
Trigger * |
interval: cuint16; |
|
< Button that triggers the effect. * |
channels: cuint8; |
|
Custom * |
period: cuint16; |
|
< Axes to use, minimum of one. * |
samples: cuint16; |
|
< Sample periods. * |
data: pcuint16; |
|
< Amount of samples. * |
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.