|
NAMESDL_JoystickNumBalls - Get the number of joystick trackballsSYNOPSIS#include "SDL.h"int SDL_JoystickNumBalls(SDL_Joystick *joystick); DESCRIPTIONReturn the number of trackballs available from a previously opened SDL_Joystick.RETURN VALUENumber of trackballs.SEE ALSOSDL_JoystickGetBall, SDL_JoystickOpen
Visit the GSP FreeBSD Man Page Interface. |