{{newin|[[0.9.0]]|090|type=function}}
Checks if the game window is visible.

The window is considered visible if it's not minimized and the program isn't hidden.
== Function ==
=== Synopsis ===
<source lang="lua">
visible = love.window.isVisible( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|visible|True if the window is visible or false if not.}}
== See Also ==
* [[parent::love.window]]
* [[love.visible]]
[[Category:Functions]]
{{#set:Description=Checks if the game window is visible.}}
== Other Languages ==
{{i18n|love.window.isVisible}}