1al_mouse_button_down(3) Library Functions Manual al_mouse_button_down(3)
2
3
4
6 al_mouse_button_down
7
9 #include <allegro5/allegro.h>
10
11 bool al_mouse_button_down(const ALLEGRO_MOUSE_STATE *state, int button)
12
14 Return true if the mouse button specified was held down in the state
15 specified. Unlike most things, the first mouse button is numbered 1.
16
18 ALLEGRO_MOUSE_STATE(3), al_get_mouse_state(3),
19 al_get_mouse_state_axis(3)
20
21
22
23Allegro reference manual al_mouse_button_down(3)