mouse class : ClickLeft(int) method

Description

Simulates clicks of the left mouse button.

Syntax

mouseInstance.ClickLeft(int times)

Arguments

ClassNameDescription
inttimesTimes of click.

Return value

None.

Sample code

1:

mouse m = new mouse();

2:

m.ClickLeft(2); // Double click.

Notes

If the argument is 0 or less, nothing occur.

Links for reference

None.

Copyright © Cooker All rights reserved.