.\" Generated by the Allegro makedoc utility .TH scare_mouse 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME scare_mouse \- Helper for hiding the mouse pointer before drawing. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void scare_mouse(); .SH DESCRIPTION Helper for hiding the mouse pointer prior to a drawing operation. This will temporarily get rid of the pointer, but only if that is really required (ie. the mouse is visible, and is displayed on the physical screen rather than some other memory surface, and it is not a hardware or OS cursor). The previous mouse state is stored for subsequent calls to unscare_mouse(). .SH SEE ALSO .BR unscare_mouse (3alleg4), .BR scare_mouse_area (3alleg4), .BR show_mouse (3alleg4)