Vocola.net
Vocola 3.1 Function Library
Click(button)
Namespaces LibraryPointer ► Click
Clicks a button associated with the pointing device.
Syntax
Click(button)
Parameters
button
A number specifying which button(s) to click. Use 1 for the left button, 2 for the right button, 4 for the middle button, or add the numbers to click multiple buttons simultaneously.
Remarks
In a Vocola command, the pseudo-keystrokes {LeftButton}, {RightButton}, and {MiddleButton} may be used as alternatives to calling this function, with the advantage that modifier keys such as Shift and Control may be added.
Examples
CopyClick the right button
Touch Both = Pointer.Click(3);
Saying "Touch Both" clicks the left and right buttons simultaneously.

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)