FreeBSD Manual Pages
scare_mouse(3) Allegro manual scare_mouse(3) NAME scare_mouse - Helper for hiding the mouse pointer before drawing. Alle- gro 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 re- quired (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) Allegro version 4.4.3 scare_mouse(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=scare_mouse&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>