love.window.isOpen
Available since LÖVE 0.10.0
This function has been renamed from
love.window.isCreated
.
Checks if the window is open.
Function
Synopsis
open
=
love
.
window
.
isOpen
(
)
Arguments
None.
Returns
boolean open
True if the window is open, false otherwise.
See Also
love.window
love.window.isCreated