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.

See Also

© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.window.maximize