Difference between revisions of "love.graphics.getWidth"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the width of the window.}}
 
{{#set:Description=Gets the width of the window.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getWidth}}
 
{{i18n|love.graphics.getWidth}}

Revision as of 10:16, 25 March 2011

Gets the width of the window.

Function

Synopsis

width = love.graphics.getWidth( )

Arguments

None.

Returns

number width
The width of the window.

See Also


Other Languages