1al_get_joystick_stick_flags(3) al_get_joystick_stick_flags(3)
23
4
NAME
6al_get_joystick_stick_flags - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
int al_get_joystick_stick_flags(ALLEGRO_JOYSTICK *joy, int stick)
12
DESCRIPTION
14Return the flags of the given "stick". If the stick doesn't exist,
15NULL is returned. Indices begin from 0.
16
SEE ALSO
18ALLEGRO_JOYFLAGS(3)
1920
21
22
Allegro reference manual al_get_joystick_stick_flags(3)