Example #1
0
        public SWIGTYPE_p_std__time_t GetGestureDuration()
        {
            SWIGTYPE_p_std__time_t ret = new SWIGTYPE_p_std__time_t(EfficioRuntimePINVOKE.Gesture_GetGestureDuration(swigCPtr), true);

            if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
            {
                throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__time_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }