1num_joysticks(3) Allegro manual num_joysticks(3)
23
4
NAME
6num_joysticks - Global variable saying how many joysticks there are.
7Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
extern int num_joysticks;
14
DESCRIPTION
16Global variable containing the number of active joystick devices. The
17current drivers support a maximum of eight controllers.
1819
SEE ALSO
21install_joystick(3), joy(3), exjoy(3)
2223
24
25
Allegro version 4.4.3 num_joysticks(3)