Available since LÖVE 0.9.0
|
This function is not supported in earlier versions.
|
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