lovr.system.isWindowOpen

Edit

Returns 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

NameTypeDescription
openboolean Whether the desktop window is open.

See also