love.window.maximize
Available since LÖVE 0.10.0
This function is not supported in earlier versions.
Makes the window as large as possible.
This function has no effect if the window isn't resizable, since it essentially programmatically presses the window's "maximize" button.
Function
Synopsis
love.window.maximize( )
Arguments
None.
Returns
Nothing.
Please login to continue.