1al_uninstall_haptic(3) al_uninstall_haptic(3)
2
3
4
6 al_uninstall_haptic - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 void al_uninstall_haptic(void)
12
14 Uninstalls the haptic device subsystem. This is useful since on some
15 platforms haptic effects are bound to the active display.
16
17 If you need to close and reopen your active display for example, then
18 you should call al_uninstall_haptic(3) before closing the display, and
19 al_install_haptic(3) after opening it again.
20
22 5.1.8
23
24 [Unstable API]: Perhaps could be simplified due to limited sup‐
25 port for all the exposed features across all of the platforms.
26 Awaiting feedback from users.
27
28
29
30Allegro reference manual al_uninstall_haptic(3)