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