Difference between revisions of "love.window.setPosition"
(Created page) |
Sheepolution (talk | contribs) (Make displayindex argument name consistent with the other APIs) |
||
Line 11: | Line 11: | ||
{{param|number|x|The x-coordinate of the window's position.}} | {{param|number|x|The x-coordinate of the window's position.}} | ||
{{param|number|y|The y-coordinate of the window's position.}} | {{param|number|y|The y-coordinate of the window's position.}} | ||
− | {{param|number| | + | {{param|number|displayindex (1)|The index of the display that the new window position is relative to.}} |
=== Returns === | === Returns === | ||
Nothing. | Nothing. |
Revision as of 23:36, 24 June 2021
Available since LÖVE 0.9.2 |
This function is not supported in earlier versions. |
Sets the position of the window on the screen.
The window position is in the coordinate space of the specified display.
Function
Synopsis
love.window.setPosition( x, y, display )
Arguments
number x
- The x-coordinate of the window's position.
number y
- The y-coordinate of the window's position.
number displayindex (1)
- The index of the display that the new window position is relative to.
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