Difference between revisions of "love.mouse.setPosition"
m |
|||
Line 14: | Line 14: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Sets the current position of the mouse.}} | {{#set:Description=Sets the current position of the mouse.}} | ||
+ | {{#set:Since=000}} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|love.mouse.setPosition}} | {{i18n|love.mouse.setPosition}} |
Revision as of 10:35, 25 March 2011
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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info