示例#1
0
        public bool isWindowPresent(string name)
        {
            bool ret = CeguiBindingsPINVOKE.WindowManager_isWindowPresent(swigCPtr, new CeguiDotNet.String(name).HandleRef);

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