Record TSDL_HapticConstant

Hierarchy
Methods
Properties

Unit

Declaration

type TSDL_HapticConstant = record

Description

 

Overview

Fields

Public type_: cuint16;
Public direction: TSDL_HapticDirection;
Public length: cuint32;
Public delay: cuint16;
Public button: cuint16;
Public interval: cuint16;
Public level: 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_CONSTANT *

Public length: cuint32;

Replay *

Public delay: cuint16;

< Duration of the effect. *

Public button: cuint16;

Trigger *

Public interval: cuint16;

< Button that triggers the effect. *

Public level: cint16;

Constant *

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.