{{newin|[[0.10.0]]|100|type=function}}
Makes the window as large as possible.

This function has no effect if the window isn't [[love.window.setMode|resizable]], since it essentially programmatically presses the window's "maximize" button.
== Function ==
=== Synopsis ===
<source lang="lua">
love.window.maximize( )
</source>
=== Arguments ===
None.
=== Returns ===
Nothing.
== See Also ==
* [[parent::love.window]]
[[Category:Functions]]
{{#set:Description=Makes the window as large as possible.}}
== Other Languages ==
{{i18n|love.window.maximize}}