.\" Generated by the Allegro makedoc utility .TH set_mouse_speed 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME set_mouse_speed \- Sets the mouse speed. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void set_mouse_speed(int xspeed, int yspeed); .SH DESCRIPTION Sets the mouse speed. Larger values of xspeed and yspeed represent slower mouse movement: the default for both is 2. .SH SEE ALSO .BR install_mouse (3alleg4), .BR set_mouse_range (3alleg4), .BR position_mouse (3alleg4)