Difference between revisions of "love.mouse.setPosition"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Sets the current position of the mouse.
 
Sets the current position of the mouse.
 
== Function ==
 
== Function ==
Line 15: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the current position of the mouse.}}
 
{{#set:Description=Sets the current position of the mouse.}}
 +
== Other Languages ==
 +
{{i18n|love.mouse.setPosition}}

Revision as of 20:38, 18 November 2010

Sets the current position of the mouse.

Function

Synopsis

love.mouse.setPosition( x, y )

Arguments

number x
The new position of the mouse along the x-axis.
number y
The new position of the mouse along the y-axis.

Returns

Nothing.

See Also

Other Languages