mouse class : ClickRight(int) method

Description

Simulates clicks of the right mouse button.

Syntax

mouseInstance.ClickRight(int times)

Arguments

ClassNameDescription
inttimesTimes of click.

Return value

None.

Sample code

1:

mouse m = new mouse();

2:

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

Notes

If the argument is 0 or less, nothing occur.

Links for reference

None.

Copyright © Cooker All rights reserved.