{{oldin|[[0.9.0]]|090|type=function|text=Moved to the [[love.window]] module as [[love.window.isCreated]]}}

Checks if the window has been created.
== Function ==
=== Synopsis ===
<source lang="lua">
created = love.graphics.isCreated( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|created|True if the window has been created, false otherwise.}}
== See Also ==
* [[parent::love.graphics]]
[[Category:Functions]]
{{#set:Description=Checks if the window has been created.}}
{{#set:Since=000}}
{{#set:Sub-Category=Window}}
== Other Languages ==
{{i18n|love.graphics.isCreated}}