.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_mouse_button_down" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_mouse_button_down - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include bool al_mouse_button_down(const ALLEGRO_MOUSE_STATE *state, int button) \f[R] .fi .SH DESCRIPTION .PP Return true if the mouse button specified was held down in the state specified. Unlike most things, the first mouse button is numbered 1. .SH SEE ALSO .PP ALLEGRO_MOUSE_STATE(3alleg5), al_get_mouse_state(3alleg5), al_get_mouse_state_axis(3alleg5)