logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_key_down - Allegro 5 API

Description

       Return true if the key specified was held down in the state specified.

Name

       al_key_down - Allegro 5 API

See Also

ALLEGRO_KEYBOARD_STATE(3alleg5)

Allegro reference manual                                                                    al_key_down(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              bool al_key_down(const ALLEGRO_KEYBOARD_STATE *state, int keycode)

See Also