Property opt.mouse
Overload
Options for mouse functions (class mouse and functions that use it).
public static OMouse mouse { get; }
Property Value
Remarks
Each thread has its own opt.mouse instance. It inherits options from opt.init.mouse.
Examples
opt.mouse.ClickSpeed = 100;
mouse.click();