Record TSDL_HapticPeriodic

Hierarchy
Methods
Properties

Unit

Declaration

type TSDL_HapticPeriodic = record

Description

 

Overview

Fields

Public type_: cuint16;
Public direction: TSDL_HapticDirection;
Public length: cuint32;
Public delay: cuint16;
Public button: cuint16;
Public interval: cuint16;
Public period: cuint16;
Public magnitude: cint16;
Public offset: cint16;
Public phase: cuint16;
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_SINE, SDL_HAPTIC_SQUARE, SDL_HAPTIC_TRIANGLE, SDL_HAPTIC_SAWTOOTHUP or SDL_HAPTIC_SAWTOOTHDOWN *

Public length: cuint32;

Replay *

Public delay: cuint16;

< Duration of the effect. *

Public button: cuint16;

Trigger *

Public interval: cuint16;

< Button that triggers the effect. *

Public period: cuint16;

Periodic *

Public magnitude: cint16;

< Period of the wave. *

Public offset: cint16;

< Peak value. *

Public phase: cuint16;

< Mean value of the wave. *

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.