Difference between revisions of "love.graphics.getWidth"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Gets the width of the window.
 
Gets the width of the window.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the width of the window.}}
 
{{#set:Description=Gets the width of the window.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.getWidth}}

Revision as of 20:14, 18 November 2010

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