1al_is_haptic_effect_ok(3) al_is_haptic_effect_ok(3)
2
3
4
6 al_is_haptic_effect_ok - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 bool al_is_haptic_effect_ok(ALLEGRO_HAPTIC *hap, ALLEGRO_HAPTIC_EFFECT *effect)
12
14 Returns true if the haptic device can play the haptic effect as given,
15 false if not. The haptic effect must have been filled in completely
16 and correctly.
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_haptic_effect_ok(3)