1al_is_display_haptic(3) al_is_display_haptic(3)
2
3
4
6 al_is_display_haptic - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 bool al_is_display_haptic(ALLEGRO_DISPLAY *dev)
12
14 Returns true if the display has haptic capabilities, false if not.
15 This mainly concerns force feedback that shakes a hand held device,
16 such as a phone or a tablet.
17
19 5.1.8
20
21 [Unstable API]: Perhaps could be simplified due to limited sup‐
22 port for all the exposed features across all of the platforms.
23 Awaiting feedback from users.
24
25
26
27Allegro reference manual al_is_display_haptic(3)