{{newin|[[0.9.2]]|092|type=function}}
Minimizes the window to the system's task bar / dock.
== Function ==
=== Synopsis ===
<source lang="lua">
love.window.minimize( )
</source>
=== Arguments ===
None.
=== Returns ===
Nothing.
== See Also ==
* [[parent::love.window]]
[[Category:Functions]]
{{#set:Description=Minimizes the window to the system's task bar / dock.}}
== Other Languages ==
{{i18n|love.window.minimize}}