num_joysticks

Langue: en

Version: version 4.2.2 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

num_joysticks - Global variable saying how many joysticks there are. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

extern int num_joysticks;

DESCRIPTION

Global variable containing the number of active joystick devices. The current drivers support a maximum of eight controllers.

SEE ALSO

install_joystick(3), joy(3), exjoy(3)