1al_uninstall_joystick(3) Library Functions Manual al_uninstall_joystick(3)
2
3
4
6 al_uninstall_joystick
7
9 #include <allegro5/allegro.h>
10
11 void al_uninstall_joystick(void)
12
14 Uninstalls the active joystick driver. All outstanding ALLEGRO_JOY‐
15 STICK(3) structures are invalidated. If no joystick driver was active,
16 this function does nothing.
17
18 This function is automatically called when Allegro is shut down.
19
21 al_install_joystick(3)
22
23
24
25Allegro reference manual al_uninstall_joystick(3)