scare_mouse - Man Page

Helper for hiding the mouse pointer before drawing. Allegro game programming library.

Synopsis

#include <allegro.h>

void scare_mouse();

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().

See Also

unscare_mouse(3), scare_mouse_area(3), show_mouse(3)

Referenced By

object_message(3), scare_mouse_area(3), show_mouse(3), unscare_mouse(3).

version 4.4.3 Allegro manual