コード例 #1
0
        public override GestureState GetGestureState()
        {
            GestureState ret = (GestureState)EfficioRuntimePINVOKE.DiscreteGesture_GetGestureState(swigCPtr);

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