love.graphics.isCreated

Checks if the display has been set.

Function

Synopsis

True = love.graphics.isCreated( )

Arguments

None.

Returns

boolean True
if display has been set, false otherwise.

See Also