lovr.system.isWindowOpen
EditReturns whether the desktop window is open. t.window
can be set to nil
in lovr.conf
to disable automatic opening of the window. In this case, the window can be opened manually using lovr.system.openWindow
.
open = lovr.system.isWindowOpen()
Arguments
None
Returns
Name | Type | Description |
open | boolean | Whether the desktop window is open. |