示例#1
0
        public virtual bool Matches(object target, RoutedEventArgs args)
        {
            bool ret = NoesisGUI_PINVOKE.InputGesture_Matches(swigCPtr, Noesis.Extend.GetInstanceHandle(target), RoutedEventArgs.getCPtr(args));

            return(ret);
        }
示例#2
0
        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);
        }
示例#3
0
        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);
        }