Difference between revisions of "Lua:setMousePos"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' setMousePos(''x'', ''y'') Sets the mouse cursor to the specified coordinates. ===Function Parameters=== {|width="85%" cellpadding="10%" cellpadding="5%" cellspac…')
 
(Related Functions)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Lua]]
 
'''function''' setMousePos(''x'', ''y'')
 
'''function''' setMousePos(''x'', ''y'')
  
Line 19: Line 20:
  
  
== See also ==
+
{{LuaSeeAlso}}
* [[getMousePos]]
+
 
* [[Lua]]
+
=== Related Functions ===
 +
* [[Lua:getMousePos|getMousePos]]

Latest revision as of 00:50, 25 January 2018

function setMousePos(x, y)

Sets the mouse cursor to the specified coordinates.

Function Parameters[edit]

Parameter Type Description
x Integer The x coordinate to set the mouse cursor to
y Integer The y coordinate to set the mouse cursor to


See also[edit]

Related Functions[edit]