unscare_mouse
Undoes the effect of scare_mouse() or scare_mouse_area(). Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-4.1build3)
- Source: allegro4.4
- Report a bug
Undoes the effect of scare_mouse() or scare_mouse_area(). Allegro game programming library.
#include <allegro.h>
void unscare_mouse();
Undoes the effect of a previous call to scare_mouse() or scare_mouse_area(), restoring the original pointer state.
scare_mouse(3alleg4), scare_mouse_area(3alleg4)