how to i get CCEGLView's ScissorInPoints.

hi….

i need Rect point……

i make the scroll view… using this function…

void CCEGLView::setScissorInPoints(float x, float y, float w, float h)

i works… ok…
but… i need more function…


this is what i want!
Even if the area outside the view of the square is pressed.

so i want the Rect Area which is a CCEGLView’s ScissrInPoint( Rect )

is there any idea for me??

plz help me… ys

in cocos2d-x version 2.02,the file “CCEGLViewProtocol” has a property “m_obViewPortRect”,is it you need?