The ClickMouse command simulates left or right mouse click at the specified position.
Syntax
Integer='ButtonCode'
String$='X, Y'
PluginSet("PlugIn","Integer")
PluginSet("PlugIn","String$")
PluginRun("PlugIn","ClickMouse")
Parameters
ButtonCode
[in] This parameter can be one of the following values:
10
Left mouse click.
20
Right mouse click.
X
[in] Specifies the X positon of the mouse.
Y
[in] Specifies the Y position of the mouse.