love.graphics.getCanvas

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 screen.
Canvas ...
Additional canvases if more than one was set.

See Also


Other Languages