gui_mouse_focus
Tells if the input focus follows the mouse pointer. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-2)
- Source: allegro4.4
- Report a bug
Tells if the input focus follows the mouse pointer. Allegro game programming library.
#include <allegro.h>
extern int gui_mouse_focus;
If set, the input focus follows the mouse pointer around the dialog, otherwise a click is required to move it.