Browse Source

Update IInputElement.cs

pull/3579/head
Symbai 6 years ago
parent
commit
e92dbb14df
  1. 2
      src/Avalonia.Input/IInputElement.cs

2
src/Avalonia.Input/IInputElement.cs

@ -63,7 +63,7 @@ namespace Avalonia.Input
event EventHandler<PointerReleasedEventArgs> PointerReleased;
/// <summary>
/// Occurs when the mouse wheen is scrolled over the control.
/// Occurs when the mouse wheel is scrolled over the control.
/// </summary>
event EventHandler<PointerWheelEventArgs> PointerWheelChanged;

Loading…
Cancel
Save