Provided by: libsdl1.2-dev_1.2.15+dfsg1-3ubuntu0.1_amd64 bug

NAME

       SDL_NumJoysticks - Count available joysticks.

SYNOPSIS

       #include "SDL.h"

       int SDL_NumJoysticks(void);

DESCRIPTION

       Counts the number of joysticks attached to the system.

RETURN VALUE

       Returns the number of attached joysticks

SEE ALSO

       SDL_JoystickName, SDL_JoystickOpen