1ALLEGRO_HAPTIC_EFFECT_ID(3) ALLEGRO_HAPTIC_EFFECT_ID(3)
2
3
4
6 ALLEGRO_HAPTIC_EFFECT_ID - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 typedef struct ALLEGRO_HAPTIC_EFFECT_ID ALLEGRO_HAPTIC_EFFECT_ID;
12
14 This struct is used as a handle to control playback of a haptic effect
15 and should be considered opaque. Its implementation is visible merely
16 to allow allocation by the users of the Allegro library.
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 ALLEGRO_HAPTIC_EFFECT_ID(3)