Source position: sdl.pas line 1686
type TSDL_Joystick = record  | 
index: UInt8;  | 
name: PAnsiChar;  | 
naxes: Integer;  | 
axes: PUInt16;  | 
nhats: Integer;  | 
hats: PUInt8;  | 
nballs: Integer;  | 
balls: PBallDelta;  | 
nbuttons: Integer;  | 
buttons: PUInt8;  | 
hwdata: PJoystick_hwdata;  | 
ref_count: Integer;  | 
end;  |