1position_mouse(3)               Allegro manual               position_mouse(3)
2
3
4

NAME

6       position_mouse  -  Moves  the  mouse  to the specified screen position.
7       Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void position_mouse(int x, int y);
14

DESCRIPTION

16       Moves the mouse to the specified screen position. It is  safe  to  call
17       even when a mouse pointer is being displayed.
18
19

SEE ALSO

21       install_mouse(3),        position_mouse_z(3),       set_mouse_range(3),
22       set_mouse_speed(3), position_mouse_w(3)
23
24
25
26Allegro                          version 4.2.2               position_mouse(3)
Impressum