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