The requested page is not available for selected version.
MoveMouse
Syntax
long MoveMouse(int x, int y)
Description
Move the mouse pointer to the designated position inside theelement.
Parameters
x
Horizontal position of mouse pointer, specified as distance in pixels from left edge of the element.
y
Vertical position of mouse pointer, specified as distance in pixels from top edge of the element.
Return Value
Return 0 if the call is successful (as reported back by the operating system); otherwise, -1.