set_mouse_speed
Sets the mouse speed. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-4.1build3)
- Source: allegro4.4
- Report a bug
Sets the mouse speed. Allegro game programming library.
#include <allegro.h>
void set_mouse_speed(int xspeed, int yspeed);
Sets the mouse speed. Larger values of xspeed and yspeed represent slower mouse movement: the default for both is 2.
install_mouse(3alleg4), set_mouse_range(3alleg4), position_mouse(3alleg4)