Difference between revisions of "love.window.restore"

(Created page)
 
m (0.11.0 -> 11.0)
 
Line 1: Line 1:
{{newin|[[0.11.0]]|110|type=function}}
+
{{newin|[[11.0]]|110|type=function}}
 
Restores the size and position of the window if it was [[love.window.minimize|minimized]] or [[love.window.maximize|maximized]].
 
Restores the size and position of the window if it was [[love.window.minimize|minimized]] or [[love.window.maximize|maximized]].
 
== Function ==
 
== Function ==

Latest revision as of 18:21, 7 May 2019

Available since LÖVE 11.0
This function is not supported in earlier versions.

Restores the size and position of the window if it was minimized or maximized.

Function

Synopsis

love.window.restore( )

Arguments

None.

Returns

Nothing.

See Also

Other Languages