Difference between revisions of "love.graphics.getCanvas"

m
m
 
(One intermediate revision by one other user not shown)
Line 18: Line 18:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the current target Canvas.}}
 
{{#set:Description=Returns the current target Canvas.}}
 
+
{{#set:Since=080}}
 +
{{#set:Sub-Category=State}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getCanvas}}
 
{{i18n|love.graphics.getCanvas}}

Latest revision as of 00:47, 29 March 2013

Available since LÖVE 0.8.0
This function is not supported in earlier versions.

Gets the current target Canvas.

Function

Synopsis

canvas = love.graphics.getCanvas( )

Arguments

None.

Returns

Canvas canvas
The Canvas set by setCanvas. Returns nil if drawing to the real screen.

See Also


Other Languages