1al_set_mouse_axis(3) al_set_mouse_axis(3)
23
4
NAME
6al_set_mouse_axis - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_set_mouse_axis(int which, int value)
12
DESCRIPTION
14Set the given mouse axis to the given value.
1516
The axis number must not be 0 or 1, which are the X and Y axes. Use
17al_set_mouse_xy(3) for that.
1819
Returns true on success, false on failure.
20
SEE ALSO
22al_set_mouse_xy(3), al_set_mouse_z(3), al_set_mouse_w(3)
2324
25
26
Allegro reference manual al_set_mouse_axis(3)