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