bionic (3) unscare_mouse.3alleg4.gz

Provided by: allegro4-doc_4.4.2-10_all bug

NAME

       unscare_mouse  -  Undoes  the  effect  of  scare_mouse()  or scare_mouse_area(). Allegro game programming
       library.

SYNOPSIS

       #include <allegro.h>

       void unscare_mouse();

DESCRIPTION

       Undoes the effect of a previous call to  scare_mouse()  or  scare_mouse_area(),  restoring  the  original
       pointer state.

SEE ALSO

       scare_mouse(3alleg4), scare_mouse_area(3alleg4)