lovr.graphics.getHeight
Returns the height of the desktop window.
height = lovr.graphics.getHeight()
Arguments
None
Returns
Name | Type | Description |
height | number | The height of the window, in pixels. |
See also
lovr.graphics.getWidth
lovr.graphics.getDimensions
lovr.graphics.getPixelDensity
lovr.graphics