Lua:getMousePos

From Cheat Engine
Revision as of 11:33, 3 March 2012 by Dark Byte (talk | contribs) (Created page with ''''function''' getMousePos() Returns 2 parameters. The x-pos and the y-pos of the mouse on the screen. Example: x,y = getMousePos() ===Function Parameters=== <none> == …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

function getMousePos()

Returns 2 parameters. The x-pos and the y-pos of the mouse on the screen.

Example:

 x,y = getMousePos()
 


Function Parameters

<none>

See also