Vocola.net
Vocola 3.1 Function Library
ButtonClick(button, count)
Namespaces LibraryDragonLegacy ► ButtonClick
Clicks a button associated with the pointing device a specified number of times.
Syntax
ButtonClick(button, count)
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.
count
A number specifying how many times to click the button(s).
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.

See the suggested Vocola 3 analog Pointer.Click for an example.

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