Difference between revisions of "Lua:getMousePos"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
Line 1: Line 1:
[[Category:Lua]]
+
<span style="font-size:25px;color:red">Sorry! Content not available.</span>
'''function''' getMousePos()
 
 
 
Returns 2 parameters. The x-pos and the y-pos of the mouse on the screen.
 
 
 
Example:
 
  x,y = getMousePos()
 
 
 
 
 
 
 
{{LuaFunctionParametersNone}}
 
 
 
{{LuaSeeAlso}}
 
 
 
=== Related Functions ===
 
* [[Lua:setMousePos|setMousePos]]
 

Revision as of 16:16, 16 March 2019

Sorry! Content not available.