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

TSDL_HapticPeriodic

Declaration

Source position: libsdl2.pas line 2433

type TSDL_HapticPeriodic = record

  _type: UInt16;

  

  direction: TSDL_HapticDirection;

  

  length: UInt32;

  

  delay: UInt16;

  

  button: UInt16;

  

  interval: UInt16;

  

  period: UInt16;

  

  magnitude: SInt16;

  

  offset: SInt16;

  

  phase: UInt16;

  

  attack_length: UInt16;

  

  attack_level: UInt16;

  

  fade_length: UInt16;

  

  fade_level: UInt16;

  

end;



CT Web help

CodeTyphon Studio