Difference between revisions of "love.graphics.getHeight"

m
m
Line 1: Line 1:
{{newin|[[0.2.1]]|021|type=function}}
 
 
Gets the height in pixels of the window.
 
Gets the height in pixels of the window.
 
== Function ==
 
== Function ==
Line 16: Line 15:
 
{{#set:Description=Gets the height in pixels of the window.}}
 
{{#set:Description=Gets the height in pixels of the window.}}
 
{{#set:Sub-Category=Window}}
 
{{#set:Sub-Category=Window}}
 +
{{#set:Since=021}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getHeight}}
 
{{i18n|love.graphics.getHeight}}

Revision as of 07:10, 6 March 2014

Gets the height in pixels of the window.

Function

Synopsis

height = love.graphics.getHeight( )

Arguments

None.

Returns

number height
The height of the window.

See Also


Other Languages