lovr.system.setWindowFullscreen
EditEnables or disables fullscreen on the desktop window.
Note that only borderless fullscreen is supported.
To make the window fullscreen at startup, set t.window.fullscreen in lovr.conf.
lovr.system.setWindowFullscreen(fullscreen)Arguments
| Name | Type | Description |
| fullscreen | boolean | Whether the desktop window should be fullscreen. |
Returns
Nothing