{{newin|[[0.10.2]]|102|type=function}}
Gets whether the Window is currently [[love.window.maximize|maximized]].

The window can be maximized if it is not fullscreen and is resizable, and either the user has pressed the window's Maximize button or [[love.window.maximize]] has been called.
== Function ==
=== Synopsis ===
<source lang="lua">
maximized = love.window.isMaximized( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|maximized|True if the window is currently maximized in windowed mode, false otherwise.}}
== See Also ==
* [[parent::love.window]]
* [[love.window.maximize]]
[[Category:Functions]]
{{#set:Description=Gets whether the Window is currently [[love.window.maximize|maximized]].}}
== Other Languages ==
{{i18n|love.window.isMaximized}}