1freeze_mouse_flag(3) Allegro manual freeze_mouse_flag(3)
2
3
4
6 freeze_mouse_flag - Flag to avoid redrawing the mouse pointer. Allegro
7 game programming library.
8
10 #include <allegro.h>
11
12
13 extern volatile int freeze_mouse_flag;
14
16 If this flag is set, the mouse pointer won't be redrawn when the mouse
17 moves. This can avoid the need to hide the pointer every time you draw
18 to the screen, as long as you make sure your drawing doesn't overlap
19 with the current pointer position.
20
21
23 show_mouse(3)
24
25
26
27Allegro version 4.4.3 freeze_mouse_flag(3)