mouse_b (3) Linux Manual Page
mouse_x, mouse_y, mouse_z, mouse_w, mouse_b, mouse_pos – Global variable with the mouse position/button state. Allegro game programming library. Synopsis #include <allegro.h> extern volatile int mouse_x; extern volatile int mouse_y; extern volatile int mouse_z; extern volatile int mouse_w; extern volatile int mouse_b; extern volatile int mouse_pos; Description Global variables containing the current mouse position and button…
