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_joystick - Removes the joystick handler. Allegro game programming library.

Description

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

Name

       remove_joystick - Removes the joystick handler. Allegro game programming library.

See Also

install_joystick(3alleg4), allegro_exit(3alleg4)

Allegro                                           version 4.4.3                         remove_joystick(3alleg4)

Synopsis

#include<allegro.h>voidremove_joystick();

See Also