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