logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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

Name

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

See Also

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

Allegro                                           version 4.4.3                             scare_mouse(3alleg4)

Synopsis

#include<allegro.h>voidscare_mouse();

See Also