Difference between revisions of "Mouse Control"
From SolarStrike wiki
(New page: == mousetSet(x,y) == Sets the mouse's screen position to (x,y), where x and y are integers. Coordinates are absolute. See mouseMove() to specify relative coordinates. == mouseMove(x,y)...) |
(No difference)
|
Revision as of 10:10, 13 July 2008
mousetSet(x,y)
Sets the mouse's screen position to (x,y), where x and y are integers. Coordinates are absolute. See mouseMove() to specify relative coordinates.
mouseMove(x,y)
Moves the mouse (x,y) pixels, where x and y are integers. Coordinates are relative. See mouseSet to specify absolute coordinates.