Ejemplo n.º 1
0
        public override OverlayElement findElementAt(float x, float y)
        {
            global::System.IntPtr cPtr = OgreOverlayPINVOKE.OverlayContainer_findElementAt(swigCPtr, x, y);
            OverlayElement        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new OverlayElement(cPtr, true);

            if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
            {
                throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }