num_joysticks(3alleg4) | Allegro manual | num_joysticks(3alleg4) |
num_joysticks - Global variable saying how many joysticks there are. Allegro game programming library.
#include <allegro.h>
extern int num_joysticks;
Global variable containing the number of active joystick devices. The current drivers support a maximum of eight controllers.
version 4.4.2 | Allegro |