.\" Generated by the Allegro makedoc utility .TH position_mouse 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME position_mouse \- Moves the mouse to the specified screen position. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void position_mouse(int x, int y); .SH DESCRIPTION Moves the mouse to the specified screen position. It is safe to call even when a mouse pointer is being displayed. .SH SEE ALSO .BR install_mouse (3alleg4), .BR position_mouse_z (3alleg4), .BR set_mouse_range (3alleg4), .BR set_mouse_speed (3alleg4), .BR position_mouse_w (3alleg4)