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

FreeBSD Manual Pages

  
 
  

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

NAME
     SDL_JoystickOpened - Determine if a joystick has been opened

SYNOPSIS
     #include "SDL.h"

     int SDL_JoystickOpened(int index);

DESCRIPTION
     Determines  whether  a joystick has already been opened within the applica-
     tion. index refers to the N'th joystick on the system.

RETURN VALUE
     Returns 1 if the joystick has been opened, or 0 if it has not.

SEE ALSO
     SDL_JoystickOpen, SDL_JoystickClose

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

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

home | help