1al_uninstall_mouse(3) al_uninstall_mouse(3)
23
4
NAME
6al_uninstall_mouse - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_uninstall_mouse(void)
12
DESCRIPTION
14Uninstalls the active mouse driver, if any. This will automatically
15unregister the mouse event source with any event queues.
1617
This function is automatically called when Allegro is shut down.
1819
20
21
Allegro reference manual al_uninstall_mouse(3)