Beispiel #1
0
        public override GestureType GetGestureType()
        {
            GestureType ret = (GestureType)EfficioRuntimePINVOKE.DiscreteGesture_GetGestureType(swigCPtr);

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