.\" Generated by the Allegro makedoc utility .TH scare_mouse_area 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME scare_mouse_area \- Helper for hiding the mouse cursor before drawing in an area. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void scare_mouse_area(int x, int y, int w, int h); .SH DESCRIPTION Like scare_mouse(), but will only hide the cursor if it is inside the specified rectangle. Otherwise the cursor will simply be frozen in place until you call unscare_mouse(), so it cannot interfere with your drawing. .SH SEE ALSO .BR unscare_mouse (3alleg4), .BR scare_mouse (3alleg4), .BR show_mouse (3alleg4)