1al_set_mouse_axis(3)                                      al_set_mouse_axis(3)
2
3
4

NAME

6       al_set_mouse_axis - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_set_mouse_axis(int which, int value)
12

DESCRIPTION

14       Set the given mouse axis to the given value.
15
16       The  axis  number  must not be 0 or 1, which are the X and Y axes.  Use
17       al_set_mouse_xy(3) for that.
18
19       Returns true on success, false on failure.
20

SEE ALSO

22       al_set_mouse_xy(3), al_set_mouse_z(3), al_set_mouse_w(3)
23
24
25
26Allegro reference manual                                  al_set_mouse_axis(3)
Impressum