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

al_get_joystick_active - Allegro 5 API

Description

       Return  if the joystick handle is “active”, i.e. in the current configuration, the handle represents some
       physical device plugged  into  the  system.   al_get_joystick(3alleg5)  returns  active  handles.   After
       reconfiguration, active handles may become inactive, and vice versa.

Name

       al_get_joystick_active - Allegro 5 API

See Also

al_reconfigure_joysticks(3alleg5)

Allegro reference manual                                                         al_get_joystick_active(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              bool al_get_joystick_active(ALLEGRO_JOYSTICK *joy)

See Also