1gui_mouse_focus(3)              Allegro manual              gui_mouse_focus(3)
2
3
4

NAME

6       gui_mouse_focus  -  Tells if the input focus follows the mouse pointer.
7       Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       extern int gui_mouse_focus;
14

DESCRIPTION

16       If set, the input focus follows the mouse pointer  around  the  dialog,
17       otherwise a click is required to move it.
18
19
20
21
22Allegro                          version 4.4.3              gui_mouse_focus(3)
Impressum