Show / Hide Table of Contents

Property opt.mouse


Overload

Options for mouse functions (class mouse and functions that use it).

public static OMouse mouse { get; }
Property Value
OMouse

Examples

opt.mouse.ClickSpeed = 100;
mouse.click();