Unit 'libSDL3' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_sdl]

TSDL_HapticPeriodic

Declaration

Source position: libsdl3.pas line 2736

type TSDL_HapticPeriodic = record

  _type: TUint16;

  

  direction: TSDL_HapticDirection;

  

  length: TUint32;

  

  delay: TUint16;

  

  button: TUint16;

  

  interval: TUint16;

  

  period: TUint16;

  

  magnitude: TSint16;

  

  offset: TSint16;

  

  phase: TUint16;

  

  attack_length: TUint16;

  

  attack_level: TUint16;

  

  fade_length: TUint16;

  

  fade_level: TUint16;

  

end;



CT Web help

CodeTyphon Studio