lovr.system.getWindowDimensions
EditReturns the dimensions of the desktop window.
width, height = lovr.system.getWindowDimensions()
Arguments
None
Returns
Name | Type | Description |
width | number | The width of the desktop window. |
height | number | The height of the desktop window. |
Notes
If the window is not open, this will return zeros.