Exemple #1
0
 public PointerButtonRoutedEventArgs(RoutedEvent routedEvent, object originalSource, InputDevice inputDevice, ushort changedButton, PointerButtonState buttonState)
     : base(routedEvent, originalSource, inputDevice)
 {
     ChangedButton = changedButton;
     ButtonState   = buttonState;
 }
Exemple #2
0
 public PointerRoutedEventArgs(RoutedEvent routedEvent, object originalSource, InputDevice inputDevice) : base(routedEvent, originalSource)
 {
     InputDevice = inputDevice;
 }