Difference between revisions of "love.window.maximize"

(Created page)
 
m (This wasn't actually exported in the 0.9.2 release code... oops :()
Line 1: Line 1:
{{newin|[[0.9.2]]|092|type=function}}
+
{{newin|[[0.9.3]]|093|type=function}}
 
Makes the window as large as possible.
 
Makes the window as large as possible.
 
== Function ==
 
== Function ==

Revision as of 00:57, 15 February 2015

Available since LÖVE 0.9.3
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