Name
SDL_JoystickIndex -- Get the index of an SDL_Joystick.
Synopsis
uses
SDL;
function SDL_JoystickIndex( joystick : PSDL_Joystick ) : Integer;
Description
Returns the index of a given SDL_Joystick
structure.
Return Value
Index number of the joystick.