1position_mouse_z(3) Allegro manual position_mouse_z(3)
23
4
NAME
6position_mouse_z - Sets the mouse wheel position global variable. Alle‐
7gro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void position_mouse_z(int z);
14
DESCRIPTION
16Sets the mouse wheel position variable to the specified value.
1718
SEE ALSO
20install_mouse(3), position_mouse(3), position_mouse_w(3)
2122
23
24
Allegro version 4.2.2 position_mouse_z(3)