Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
position_mouse_z(3) - Linux man page
Name
position_mouse_z - Sets the mouse wheel position global variable. Allegro game programming library.
Synopsis
#include <allegro.h>
void position_mouse_z(int z);
Description
Sets the mouse wheel position variable to the specified value.
See Also
install_mouse
(3)
,
position_mouse
(3)