.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_set_mouse_axis" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_set_mouse_axis - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include bool al_set_mouse_axis(int which, int value) \f[R] .fi .SH DESCRIPTION .PP Set the given mouse axis to the given value. .PP The axis number must not be 0 or 1, which are the X and Y axes. Use al_set_mouse_xy(3alleg5) for that. .PP Returns true on success, false on failure. .SH SEE ALSO .PP al_set_mouse_xy(3alleg5), al_set_mouse_z(3alleg5), al_set_mouse_w(3alleg5)