1scare_mouse_area(3) Allegro manual scare_mouse_area(3)
2
3
4
6 scare_mouse_area - Helper for hiding the mouse cursor before drawing in
7 an area. Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 void scare_mouse_area(int x, int y, int w, int h);
14
16 Like scare_mouse(), but will only hide the cursor if it is inside the
17 specified rectangle. Otherwise the cursor will simply be frozen in
18 place until you call unscare_mouse(), so it cannot interfere with your
19 drawing.
20
21
23 unscare_mouse(3), scare_mouse(3), show_mouse(3)
24
25
26
27Allegro version 4.2.2 scare_mouse_area(3)