lovr.system.getWindowHeight

Edit

Returns the height of the desktop window.

width = lovr.system.getWindowHeight()

Arguments

None

Returns

NameTypeDescription
widthnumber The height of the desktop window.

Notes

If the window is not open, this will return zero.

See also