Record TSDL_HapticRamp

Hierarchy
Methods
Properties

Unit

Declaration

type TSDL_HapticRamp = record

Description

 

Overview

Fields

Public type_: cuint16;
Public direction: TSDL_HapticDirection;
Public length: cuint32;
Public delay: cuint16;
Public button: cuint16;
Public interval: cuint16;
Public start: cint16;
Public end_: cint16;
Public attack_length: cuint16;
Public attack_level: cuint16;
Public fade_length: cuint16;
Public fade_level: cuint16;

Description

Fields

Public type_: cuint16;

Header *

Public direction: TSDL_HapticDirection;

< SDL_HAPTIC_RAMP *

Public length: cuint32;

Replay *

Public delay: cuint16;

< Duration of the effect. *

Public button: cuint16;

Trigger *

Public interval: cuint16;

< Button that triggers the effect. *

Public start: cint16;

Ramp *

Public end_: cint16;

< Beginning strength level. *

Public attack_length: cuint16;

Envelope *

Public attack_level: cuint16;

< Duration of the attack. *

Public fade_length: cuint16;

< Level at the start of the attack. *

Public fade_level: cuint16;

< Duration of the fade. *


Generated by PasDoc 0.16.0.