.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_key_down" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_key_down - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include bool al_key_down(const ALLEGRO_KEYBOARD_STATE *state, int keycode) \f[R] .fi .SH DESCRIPTION .PP Return true if the key specified was held down in the state specified. .SH SEE ALSO .PP ALLEGRO_KEYBOARD_STATE(3alleg5)