1gui_mouse_focus(3) Allegro manual gui_mouse_focus(3)
23
4
NAME
6gui_mouse_focus - Tells if the input focus follows the mouse pointer.
7Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
extern int gui_mouse_focus;
14
DESCRIPTION
16If set, the input focus follows the mouse pointer around the dialog,
17otherwise a click is required to move it.
1819
20
21
22
Allegro version 4.4.3 gui_mouse_focus(3)