Difference between revisions of "love.window.maximize"
m |
m |
||
Line 1: | Line 1: | ||
{{newin|[[0.10.0]]|100|type=function}} | {{newin|[[0.10.0]]|100|type=function}} | ||
Makes the window as large as possible. | 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 == | == Function == | ||
=== Synopsis === | === Synopsis === |
Latest revision as of 14:34, 30 May 2015
Available since LÖVE 0.10.0 |
This function is not supported in earlier versions. |
Makes the window as large as possible.
This function has no effect if the window isn't resizable, since it essentially programmatically presses the window's "maximize" button.
Function
Synopsis
love.window.maximize( )
Arguments
None.
Returns
Nothing.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info