{{newin|[[0.10.0]]|0100|type=function|text=This function has been renamed from [[love.window.isCreated]]}}

Checks if the window is open.
== Function ==
=== Synopsis ===
<source lang="lua">
open = love.window.isOpen( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|open|True if the window is open, false otherwise.}}
== See Also ==
* [[parent::love.window]]
* [[love.window.isCreated]]
[[Category:Functions]]
{{#set:Description=Checks if the window is open.}}
== Other Languages ==
{{i18n|love.window.isOpen}}