Set  Mouse

The Set function changes the position of the mouse cursor.

Syntax

Mouse.Set(
     Integer x,
     Integer y)

Parameters

xScreen coordinates.Required
yScreen coordinates.Required

Return value

The Set function has no return values.

Example

myMouse.Set(150, 200)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia