1al_stop_haptic_effect(3) al_stop_haptic_effect(3)
2
3
4
6 al_stop_haptic_effect - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 bool al_stop_haptic_effect(ALLEGRO_HAPTIC_EFFECT_ID *id)
12
14 Stops playing a previously uploaded haptic effect. The play_id must be
15 a valid ALLEGRO_HAPTIC_EFFECT_ID(3) obtained from al_upload_haptic_ef‐
16 fect(3), al_upload_and_play_haptic_effect(3) or al_rumble_haptic(3).
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_stop_haptic_effect(3)