|
NAMESDL_NumJoysticks - Count available joysticks.SYNOPSIS#include "SDL.h"int SDL_NumJoysticks(void); DESCRIPTIONCounts the number of joysticks attached to the system.RETURN VALUEReturns the number of attached joysticksSEE ALSOSDL_JoystickName, SDL_JoystickOpen
Visit the GSP FreeBSD Man Page Interface. |