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_area - Helper for hiding the mouse cursor before drawing in an area. Allegro game programming

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.

Name

       scare_mouse_area - Helper for hiding the mouse cursor before drawing in an area. Allegro game programming
       library.

See Also

unscare_mouse(3alleg4), scare_mouse(3alleg4), show_mouse(3alleg4)

Allegro                                           version 4.4.3                        scare_mouse_area(3alleg4)

Synopsis

#include<allegro.h>voidscare_mouse_area(intx,inty,intw,inth);

See Also