Mouse Control

From SolarStrike wiki
Revision as of 10:10, 13 July 2008 by Elverion (talk | contribs) (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)...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.