1al_get_joystick_button_name(3)                  al_get_joystick_button_name(3)
2
3
4

NAME

6       al_get_joystick_button_name - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              const char *al_get_joystick_button_name(ALLEGRO_JOYSTICK *joy, int button)
12

DESCRIPTION

14       Return the name of the given button.  If the button doesn't exist, NULL
15       is returned.  Indices begin from 0.
16

SEE ALSO

18       al_get_joystick_stick_name(3),            al_get_joystick_axis_name(3),
19       al_get_joystick_num_buttons(3)
20
21
22
23Allegro reference manual                        al_get_joystick_button_name(3)
Impressum