lovr.resize
EditThis callback is called when the desktop window is resized.
function lovr.resize(width, height)
-- your code here
endArguments
| Name | Type | Description |
| width | number | The new width of the window. |
| height | number | The new height of the window. |
Returns
Nothing