mouse_force.x
mouse_force.Y

The speed with which the mouse is currently being shifted in vertical and horizontal direction. Range:
-1 ... +1

Type:

var, read-only

Example:

action kanonenturm_drehung()
{	
  while(1)
 	{
 	  my.pan += mouse_force.x;	// mouse movement changes PAN 
 	  my.tilt += mouse_force.y;	// mouse movement changes TILT
 	  wait(1);
 	}
}	 

See also:

mouse_mode, mouse_pos, mouse_map, mouse_spot, mickey, pointer, mouse_range, mouse_moving, mouse_calm, mouse_time, mouse_left, mouse_middle, mouse_right, mouse_ent