SDL_NumJoysticks

Name

SDL_NumJoysticks -- Count available joysticks.

Synopsis

uses
SDL;

function SDL_NumJoysticks : Integer;

Description

Counts the number of joysticks attached to the system.

Return Value

Returns the number of attached joysticks

See Also

SDL_JoystickName , SDL_JoystickOpen