Ejemplo n.º 1
0
    public virtual bool mouseReleased(SWIGTYPE_p_OIS__MouseEvent e, SWIGTYPE_p_OIS__MouseButtonID id)
    {
        bool ret = testPINVOKE.CMenuState_mouseReleased(swigCPtr, SWIGTYPE_p_OIS__MouseEvent.getCPtr(e), SWIGTYPE_p_OIS__MouseButtonID.getCPtr(id));

        if (testPINVOKE.SWIGPendingException.Pending)
        {
            throw testPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Ejemplo n.º 2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_OIS__MouseButtonID obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }