1remove_mouse(3) Allegro manual remove_mouse(3)
23
4
NAME
6remove_mouse - Removes the mouse handler. Allegro game programming
7library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void remove_mouse();
14
DESCRIPTION
16Removes the mouse handler. You don't normally need to bother calling
17this, because allegro_exit() will do it for you.
1819
SEE ALSO
21install_mouse(3), allegro_exit(3)
2223
24
25
Allegro version 4.4.2 remove_mouse(3)