set_mouse_speed - Man Page
Sets the mouse speed. Allegro game programming library.
Synopsis
#include <allegro.h>
void set_mouse_speed(int xspeed, int yspeed);
Description
Sets the mouse speed. Larger values of xspeed and yspeed represent slower mouse movement: the default for both is 2.
See Also
Referenced By
install_mouse(3), position_mouse(3), set_mouse_range(3).
version 4.4.3 Allegro manual