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

FreeBSD Manual Pages

  
 
  

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

NAME
     SDL_JoystickNumBalls - Get the number of joystick trackballs

SYNOPSIS
     #include "SDL.h"

     int SDL_JoystickNumBalls(SDL_Joystick *joystick);

DESCRIPTION
     Return the number of trackballs available from a previously opened SDL_Joy-
     stick.

RETURN VALUE
     Number of trackballs.

SEE ALSO
     SDL_JoystickGetBall, SDL_JoystickOpen

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

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

home | help