1al_is_mouse_haptic(3) al_is_mouse_haptic(3)
23
4
NAME
6al_is_mouse_haptic - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_is_mouse_haptic(ALLEGRO_MOUSE *dev)
12
DESCRIPTION
14Returns true if the mouse has haptic capabilities, false if not.
15
SINCE
175.1.8
1819
[Unstable API]: Perhaps could be simplified due to limited sup‐
20port for all the exposed features across all of the platforms.
21Awaiting feedback from users.
2223
24
25
Allegro reference manual al_is_mouse_haptic(3)