logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

remove_mouse - Removes the mouse handler. Allegro game programming library.

Description

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

Name

       remove_mouse - Removes the mouse handler. Allegro game programming library.

See Also

install_mouse(3alleg4), allegro_exit(3alleg4)

Allegro                                           version 4.4.3                            remove_mouse(3alleg4)

Synopsis

#include<allegro.h>voidremove_mouse();

See Also