SetMousePos command

The SetMousePos command moves the mouse cursor to the specified position.

 

Syntax

String$='X, Y'

PluginSet("PlugIn","String$")

PluginRun("PlugIn","SetMousePos")

Parameters

X

[in] Specifies the X positon of the mouse.

Y

[in] Specifies the Y position of the mouse.