{{newin|[[0.10.0]]|100|type=function}}
Closes the window. It can be reopened with [[love.window.setMode]].

{{notice|[[love.graphics]] functions and objects will cause a hard crash of LÖVE if used while the window is closed.}}
== Function ==
=== Synopsis ===
<source lang="lua">
love.window.close( )
</source>
=== Arguments ===
None.
=== Returns ===
Nothing.
== See Also ==
* [[parent::love.window]]
* [[love.window.setMode]]
* [[love.graphics.isActive]]
[[Category:Functions]]
{{#set:Description=Closes the window.}}
== Other Languages ==
{{i18n|love.window.close}}