W3cubDocs

/LÖVE

love.window.isCreated

Available since LÖVE 0.9.0 and removed in LÖVE 0.10.0
This function has been renamed to love.window.isOpen.


Checks if the window has been created.

Function

Synopsis

created = love.window.isCreated( )

Arguments

None.

Returns

boolean created
True if the window has been created, false otherwise.

See Also

© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.window.isCreated