{{newin|[[0.2.1]]|021|type=function}}

Gets the height in pixels of the window.
== Function ==
=== Synopsis ===
<source lang="lua">
height = love.graphics.getHeight( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|height|The height of the window.}}
== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.getWidth]]
* [[love.graphics.getDimensions]]

[[Category:Functions]]
{{#set:Description=Gets the height in pixels of the window.}}
{{#set:Sub-Category=Window}}
{{#set:Since=021}}
== Other Languages ==
{{i18n|love.graphics.getHeight}}