Function
love.graphics.getScissor( )
Gets the current scissor box.
Synopsis
x, y, width, height = love.graphics.getScissor( )
Returns
x number The x-component of the top-left point of the box.
y number The y-component of the top-left point of the box.
width number The width of the box.
height number The height of the box.
Copyright © 2006-2010 LÖVE Development Team.