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