lovr.system.isWindowVisible
EditReturns whether the desktop window is visible (open and not minimized).
visible = lovr.system.isWindowVisible()
Arguments
None
Returns
Name | Type | Description |
visible | boolean | Whether the desktop window is visible. |
Returns whether the desktop window is visible (open and not minimized).
visible = lovr.system.isWindowVisible()
None
Name | Type | Description |
visible | boolean | Whether the desktop window is visible. |