another try
make and add a mouse_map
and move the mouse wite

while(1)
{
mouse_pos.x += mouse_force.x;
mouse_pos.y += mouse_force.y;
wait(1);
}


"empty"