1al_keycode_to_name(3) al_keycode_to_name(3)
23
4
NAME
6al_keycode_to_name - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
const char *al_keycode_to_name(int keycode)
12
DESCRIPTION
14Converts the given keycode to a description of the key.
1516
17
18
Allegro reference manual al_keycode_to_name(3)