Difference between revisions of "love.graphics.getWidth"

m (Add more see alsos.)
Line 11: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 +
* [[love.graphics.getHeight]]
 +
* [[love.graphics.setMode]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the width of the window.}}
 
{{#set:Description=Gets the width of the window.}}

Revision as of 16:31, 27 September 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