love.graphics.isCreated
Removed in LÖVE 0.9.0 |
Moved to the love.window module as love.window.isCreated. |
Checks if the window has been created.
Function
Synopsis
created = love.graphics.isCreated( )
Arguments
None.
Returns
-
boolean created
- True if the window has been created, false otherwise.
See Also
Category: