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; |