{{newin|[[0.9.2]]|092|type=function}}
Sets the position of the window on the screen.

The window position is in the coordinate space of the specified display.
== Function ==
=== Synopsis ===
<source lang="lua">
love.window.setPosition( x, y, display )
</source>
=== Arguments ===
{{param|number|x|The x-coordinate of the window's position.}}
{{param|number|y|The y-coordinate of the window's position.}}
{{param|number|display (1)|The index of the display that the new window position is relative to.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::love.window]]
* [[love.window.getPosition]]
[[Category:Functions]]
{{#set:Description=Sets the position of the window on the screen.}}
== Other Languages ==
{{i18n|love.window.setPosition}}