Property OMouse.MoveSleepFinally
Overload
How long to wait (milliseconds) after moving the mouse cursor. Used in "move+click" functions too. Default: 10.
public int MoveSleepFinally { get; set; }
Exceptions
Property Value
int
Valid values: 0 - 1000 (1 s). Valid values for opt.init.mouse: 0 - 100. |
Remarks
Used by mouse.move (finally), mouse.click (between moving and clicking) and other functions that generate mouse movement events.
Examples
opt.mouse.MoveSpeedFinally = 30;