예제 #1
0
    public virtual bool frameEnded(SWIGTYPE_p_FrameEvent Event)
    {
        bool ret = testPINVOKE.CMenuState_frameEnded(swigCPtr, SWIGTYPE_p_FrameEvent.getCPtr(Event));

        if (testPINVOKE.SWIGPendingException.Pending)
        {
            throw testPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
예제 #2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_FrameEvent obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }