Difference between revisions of "love.window.maximize"

m
m
Line 1: Line 1:
{{newin|[[0.10.0]]|0100|type=function}}
+
{{newin|[[0.10.0]]|100|type=function}}
 
Makes the window as large as possible.
 
Makes the window as large as possible.
 
== Function ==
 
== Function ==

Revision as of 23:46, 28 May 2015

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

Makes the window as large as possible.

Function

Synopsis

love.window.maximize( )

Arguments

None.

Returns

Nothing.

See Also

Other Languages