Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SDL_NumJoysticks(3)		SDL API Reference	     SDL_NumJoysticks(3)

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

SDL			     Tue 11 Sep 2001, 23:00	     SDL_NumJoysticks(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=SDL_NumJoysticks&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help