Lua:getMousePos

From Cheat Engine
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[edit]

<none>

See also[edit]

Related Functions[edit]