lovr.system.isWindowFocused
EditReturns whether the desktop window is focused.
focused = lovr.system.isWindowFocused()Arguments
None
Returns
| Name | Type | Description |
| focused | boolean | Whether the desktop window is focused. |
Returns whether the desktop window is focused.
focused = lovr.system.isWindowFocused()None
| Name | Type | Description |
| focused | boolean | Whether the desktop window is focused. |