1remove_mouse(3)                 Allegro manual                 remove_mouse(3)
2
3
4

NAME

6       remove_mouse  -  Removes  the  mouse  handler. Allegro game programming
7       library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void remove_mouse();
14

DESCRIPTION

16       Removes the mouse handler. You don't normally need  to  bother  calling
17       this, because allegro_exit() will do it for you.
18
19

SEE ALSO

21       install_mouse(3), allegro_exit(3)
22
23
24
25Allegro                          version 4.4.3                 remove_mouse(3)
Impressum