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

NAME

6       scare_mouse - Helper for hiding the mouse pointer before drawing. Alle‐
7       gro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void scare_mouse();
14

DESCRIPTION

16       Helper for hiding the mouse pointer prior to a drawing operation.  This
17       will  temporarily  get  rid  of the pointer, but only if that is really
18       required (ie. the mouse is visible, and is displayed  on  the  physical
19       screen  rather than some other memory surface, and it is not a hardware
20       or OS cursor). The previous mouse state is stored for subsequent  calls
21       to unscare_mouse().
22
23

SEE ALSO

25       unscare_mouse(3), scare_mouse_area(3), show_mouse(3)
26
27
28
29Allegro                          version 4.2.2                  scare_mouse(3)
Impressum