Unit 'sdl' Package
[Overview][Constants][Types][Procedures and functions][Index] [#sdl]

TSDL_Joystick

Declaration

Source position: sdl.pas line 1632

type TSDL_Joystick = record

  index: UInt8;

  name: PChar;

  naxes: Integer;

  axes: PUInt16;

  nhats: Integer;

  hats: PUInt8;

  nballs: Integer;

  balls: PBallDelta;

  nbuttons: Integer;

  buttons: PUInt8;

  hwdata: PJoystick_hwdata;

  ref_count: Integer;

end;


Documentation generated on: 2023-03-18