Difference between revisions of "love.graphics.getScissor"

 
m (1 revision: Imported docs from potato.)
(No difference)

Revision as of 15:54, 14 February 2010


Function

Synopsis

x, y, width, height = love.graphics.getScissor( )

Arguments

None.

Returns

number x
The x-component of the top-left point of the box.
number y
The y-component of the top-left point of the box.
number width
The width of the box.
number height
The height of the box.

See Also