public QueryCursorEventArgs(object s, RoutedEvent e, MouseState state) : this(NoesisGUI_PINVOKE.new_QueryCursorEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), MouseState.getCPtr(state)), true)
 {
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public MouseWheelEventArgs(object source, RoutedEvent arg1, int rotation) : this(NoesisGUI_PINVOKE.new_MouseWheelEventArgs(Noesis.Extend.GetInstanceHandle(source), RoutedEvent.getCPtr(arg1), rotation), true)
 {
 }
 public ManipulationInertiaStartingEventArgs(object s, RoutedEvent e, Visual manipulationContainer, Point manipulationOrigin, ManipulationVelocities initialVelocities) : this(NoesisGUI_PINVOKE.new_ManipulationInertiaStartingEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), Visual.getCPtr(manipulationContainer), ref manipulationOrigin, ManipulationVelocities.getCPtr(initialVelocities)), true)
 {
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public SizeChangedEventArgs(object source, RoutedEvent arg1, SizeChangedInfo info) : this(NoesisGUI_PINVOKE.new_SizeChangedEventArgs(Noesis.Extend.GetInstanceHandle(source), RoutedEvent.getCPtr(arg1), SizeChangedInfo.getCPtr(info)), true)
 {
 }
 public ManipulationInertiaStartingEventArgs(object source, RoutedEvent arg1, Visual container, Point origin, ManipulationVelocities velocities) : this(NoesisGUI_PINVOKE.new_ManipulationInertiaStartingEventArgs(Noesis.Extend.GetInstanceHandle(source), RoutedEvent.getCPtr(arg1), Visual.getCPtr(container), ref origin, ManipulationVelocities.getCPtr(velocities)), true)
 {
 }
     public QueryContinueDragEventArgs(object s, RoutedEvent e) : this(NoesisGUI_PINVOKE.new_QueryContinueDragEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e)), true)
     {
 #if UNITY_EDITOR || NOESIS_API
         if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
         {
             throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
         }
 #endif
     }
Beispiel #7
0
 public ManipulationStartingEventArgs(object s, RoutedEvent e, Visual manipulationContainer) : this(NoesisGUI_PINVOKE.new_ManipulationStartingEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), Visual.getCPtr(manipulationContainer)), true)
 {
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public ContextMenuEventArgs(object source, RoutedEvent arg1, float cursorLeft) : this(NoesisGUI_PINVOKE.new_ContextMenuEventArgs__SWIG_1(Noesis.Extend.GetInstanceHandle(source), RoutedEvent.getCPtr(arg1), cursorLeft), true)
 {
 }
Beispiel #9
0
 public ContextMenuEventArgs(object s, RoutedEvent e, float left, float top) : this(NoesisGUI_PINVOKE.new_ContextMenuEventArgs__SWIG_0(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), left, top), true)
 {
 }
 public KeyboardFocusChangedEventArgs(object s, RoutedEvent e, UIElement o, UIElement n) : this(NoesisGUI_PINVOKE.new_KeyboardFocusChangedEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), UIElement.getCPtr(o), UIElement.getCPtr(n)), true)
 {
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public KeyEventArgs(object s, RoutedEvent e, Key key, KeyStates keyStates) : this(NoesisGUI_PINVOKE.new_KeyEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), (int)key, (int)keyStates), true)
 {
 }
        private static IntPtr CreateHelper(object source, RoutedEvent ev, Visual container, Point origin)
        {
            IntPtr ret = NoesisGUI_PINVOKE.ManipulationStartedEventArgs_CreateHelper(Noesis.Extend.GetInstanceHandle(source), RoutedEvent.getCPtr(ev), Visual.getCPtr(container), ref origin);

            return(ret);
        }
     public ManipulationStartedEventArgs(object s, RoutedEvent e, Visual manipulationContainer, Point manipulationOrigin) : this(NoesisGUI_PINVOKE.new_ManipulationStartedEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), Visual.getCPtr(manipulationContainer), ref manipulationOrigin), true)
     {
 #if UNITY_EDITOR || NOESIS_API
         if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
         {
             throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
         }
 #endif
     }
 public ManipulationStartingEventArgs(object source, RoutedEvent arg1, Visual container) : this(NoesisGUI_PINVOKE.new_ManipulationStartingEventArgs(Noesis.Extend.GetInstanceHandle(source), RoutedEvent.getCPtr(arg1), Visual.getCPtr(container)), true)
 {
 }
Beispiel #15
0
 public TouchEventArgs(object s, RoutedEvent e, Point touchPoint, uint touchDevice) : this(NoesisGUI_PINVOKE.new_TouchEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), ref touchPoint, touchDevice), true)
 {
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #16
0
 public ContextMenuEventArgs(object s, RoutedEvent e) : this(NoesisGUI_PINVOKE.new_ContextMenuEventArgs__SWIG_2(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e)), true)
 {
 }
Beispiel #17
0
     public MouseWheelEventArgs(object s, RoutedEvent e, MouseState mouseState, int delta) : this(NoesisGUI_PINVOKE.new_MouseWheelEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), MouseState.getCPtr(mouseState), delta), true)
     {
 #if UNITY_EDITOR || NOESIS_API
         if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
         {
             throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
         }
 #endif
     }
Beispiel #18
0
 public ManipulationStartingEventArgs(object s, RoutedEvent e, Visual manipulationContainer) : this(NoesisGUI_PINVOKE.new_ManipulationStartingEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), Visual.getCPtr(manipulationContainer)), true)
 {
 }
Beispiel #19
0
 public ManipulationDeltaEventArgs(object s, RoutedEvent e, Visual manipulationContainer, Point manipulationOrigin, ManipulationDelta deltaManipulation, ManipulationDelta cumulativeManipulation, ManipulationVelocities velocities, bool isInertial) : this(NoesisGUI_PINVOKE.new_ManipulationDeltaEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), Visual.getCPtr(manipulationContainer), ref manipulationOrigin, ManipulationDelta.getCPtr(deltaManipulation), ManipulationDelta.getCPtr(cumulativeManipulation), ManipulationVelocities.getCPtr(velocities), isInertial), true)
 {
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public KeyEventArgs(object s, RoutedEvent e, Key key, uint keyStates) : this(NoesisGUI_PINVOKE.new_KeyEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), (int)key, keyStates), true)
 {
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public RequestNavigateEventArgs(object source_, RoutedEvent event_, string uri_, string target_) : this(NoesisGUI_PINVOKE.new_RequestNavigateEventArgs(Noesis.Extend.GetInstanceHandle(source_), RoutedEvent.getCPtr(event_), uri_ != null ? uri_ : string.Empty, target_ != null ? target_ : string.Empty), true)
 {
 }
Beispiel #22
0
 public MouseEventArgs(object s, RoutedEvent e) : this(NoesisGUI_PINVOKE.new_MouseEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e)), true)
 {
 }
 public ManipulationDeltaEventArgs(object source, RoutedEvent arg1, Visual container, Point origin, ManipulationDelta delta, ManipulationDelta cumulative, ManipulationVelocities velocities, bool isInertial) : this(NoesisGUI_PINVOKE.new_ManipulationDeltaEventArgs(Noesis.Extend.GetInstanceHandle(source), RoutedEvent.getCPtr(arg1), Visual.getCPtr(container), ref origin, ManipulationDelta.getCPtr(delta), ManipulationDelta.getCPtr(cumulative), ManipulationVelocities.getCPtr(velocities), isInertial), true)
 {
 }
 public RequestNavigateEventArgs(object source, RoutedEvent arg1, string uri, string target) : this(NoesisGUI_PINVOKE.new_RequestNavigateEventArgs(Noesis.Extend.GetInstanceHandle(source), RoutedEvent.getCPtr(arg1), uri != null ? uri : string.Empty, target != null ? target : string.Empty), true)
 {
 }
Beispiel #25
0
 public TextCompositionEventArgs(object s, RoutedEvent e, uint ch) : this(NoesisGUI_PINVOKE.new_TextCompositionEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), ch), true)
 {
 }
 public ManipulationCompletedEventArgs(object s, RoutedEvent e, Visual manipulationContainer, Point manipulationOrigin, ManipulationVelocities finalVelocities, ManipulationDelta totalManipulation, bool isInertial) : this(NoesisGUI_PINVOKE.new_ManipulationCompletedEventArgs(Noesis.Extend.GetInstanceHandle(s), RoutedEvent.getCPtr(e), Visual.getCPtr(manipulationContainer), ref manipulationOrigin, ManipulationVelocities.getCPtr(finalVelocities), ManipulationDelta.getCPtr(totalManipulation), isInertial), true)
 {
 }
 public QueryCursorEventArgs(object source, RoutedEvent arg1) : this(NoesisGUI_PINVOKE.new_QueryCursorEventArgs(Noesis.Extend.GetInstanceHandle(source), RoutedEvent.getCPtr(arg1)), true)
 {
 }
Beispiel #28
0
     public SerializeRoutedEventHelper(RoutedEvent ev) : this(NoesisGUI_PINVOKE.new_SerializeRoutedEventHelper__SWIG_0(RoutedEvent.getCPtr(ev)), true)
     {
 #if UNITY_EDITOR || NOESIS_API
         if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
         {
             throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
         }
 #endif
     }
 public DoubleTappedEventArgs(object source, RoutedEvent arg1, Point p, ulong device) : this(NoesisGUI_PINVOKE.new_DoubleTappedEventArgs(Noesis.Extend.GetInstanceHandle(source), RoutedEvent.getCPtr(arg1), ref p, device), true)
 {
 }
Beispiel #30
0
 public RoutedEventArgs(RoutedEvent routedEvent, object source) : this(NoesisGUI_PINVOKE.new_RoutedEventArgs(RoutedEvent.getCPtr(routedEvent), Noesis.Extend.GetInstanceHandle(source)), true)
 {
 }