al_get_joystick_active - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

bool al_get_joystick_active(ALLEGRO_JOYSTICK *joy)

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(3) returns active handles. After reconfiguration, active handles may become inactive, and vice versa.

See Also

al_reconfigure_joysticks(3)

Referenced By

al_get_joystick(3), al_get_num_joysticks(3).

Allegro reference manual