logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

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

See Also

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

Allegro                                           version 4.4.3                           num_joysticks(3alleg4)

Synopsis

#include<allegro.h>externintnum_joysticks;

See Also