1al_get_joystick_name(3) al_get_joystick_name(3)
23
4
NAME
6al_get_joystick_name - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
const char *al_get_joystick_name(ALLEGRO_JOYSTICK *joy)
12
DESCRIPTION
14Return the name of the given joystick.
15
SEE ALSO
17al_get_joystick_stick_name(3), al_get_joystick_axis_name(3),
18al_get_joystick_button_name(3)
1920
21
22
Allegro reference manual al_get_joystick_name(3)