public virtual bool Matches(object target, RoutedEventArgs args) { bool ret = NoesisGUI_PINVOKE.InputGesture_Matches(swigCPtr, Noesis.Extend.GetInstanceHandle(target), RoutedEventArgs.getCPtr(args)); return(ret); }
public override bool Matches(object target, RoutedEventArgs args) { bool ret = NoesisGUI_PINVOKE.KeyGesture_Matches(swigCPtr, Noesis.Extend.GetInstanceHandle(target), RoutedEventArgs.getCPtr(args)); #if UNITY_EDITOR || NOESIS_API if (NoesisGUI_PINVOKE.SWIGPendingException.Pending) { throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve(); } #endif return(ret); }
public virtual bool Matches(object target, RoutedEventArgs args) { bool ret = NoesisGUI_PINVOKE.InputGesture_Matches(swigCPtr, Noesis.Extend.GetInstanceHandle(target), RoutedEventArgs.getCPtr(args)); if (NoesisGUI_PINVOKE.SWIGPendingException.Pending) { throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve(); } return(ret); }