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