al_get_mouse_state_axis(1) Allegro 5 API

SYNOPSIS


#include <allegro5/allegro.h>
int al_get_mouse_state_axis(const ALLEGRO_MOUSE_STATE *state, int axis)

DESCRIPTION

Extract the mouse axis value from the saved state. The axes are numbered from 0, in this order: x-axis, y-axis, z-axis, w-axis.