1al_key_down(3) al_key_down(3)
23
4
NAME
6al_key_down - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_key_down(const ALLEGRO_KEYBOARD_STATE *state, int keycode)
12
DESCRIPTION
14Return true if the key specified was held down in the state specified.
15
SEE ALSO
17ALLEGRO_KEYBOARD_STATE(3)
1819
20
21
Allegro reference manual al_key_down(3)