public override GestureState GetGestureState() { GestureState ret = (GestureState)EfficioRuntimePINVOKE.DiscreteGesture_GetGestureState(swigCPtr); if (EfficioRuntimePINVOKE.SWIGPendingException.Pending) { throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }