.\" Generated by the Allegro makedoc utility .TH freeze_mouse_flag 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME freeze_mouse_flag \- Flag to avoid redrawing the mouse pointer. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B extern volatile int freeze_mouse_flag; .SH DESCRIPTION If this flag is set, the mouse pointer won't be redrawn when the mouse moves. This can avoid the need to hide the pointer every time you draw to the screen, as long as you make sure your drawing doesn't overlap with the current pointer position. .SH SEE ALSO .BR show_mouse (3alleg4)