mouse_callback (3) Linux Manual Page
mouse_callback – User specified mouse callback. Allegro game programming library. Synopsis #include <allegro.h> extern void (*mouse_callback)(int flags); Description Called by the interrupt handler whenever the mouse moves or one of the buttons changes state. This function must be in locked memory, and must execute _very_ quickly! It is passed the event flags that triggered the…
