lovr.headset.getDisplayHeight
EditReturns the height of the headset display (for one eye), in pixels.
height = lovr.headset.getDisplayHeight()
Arguments
None
Returns
Name | Type | Description |
height | number | The height of the display. |
Returns the height of the headset display (for one eye), in pixels.
height = lovr.headset.getDisplayHeight()
None
Name | Type | Description |
height | number | The height of the display. |