Show / Hide Table of Contents

Property opt.init.mouse


Overload

Default option values for opt.mouse of a thread.

public static OMouse mouse { get; }
Property Value
OMouse

Examples

opt.init.mouse.ClickSpeed = 10;
...
mouse.click(); //uses opt.mouse, which is implicitly copied from opt.init.mouse