1al_uninstall_touch_input(3) al_uninstall_touch_input(3)
23
4
NAME
6al_uninstall_touch_input - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_uninstall_touch_input(void)
12
DESCRIPTION
14Uninstalls the active touch input driver. If no touch input driver was
15active, this function does nothing.
1617
This function is automatically called when Allegro is shut down.
18
SINCE
205.1.0
21
SEE ALSO
23al_install_touch_input(3)
2425
26
27
Allegro reference manual al_uninstall_touch_input(3)