Skip to content

Commit

Permalink
Merge pull request #8141 from wieslawsoltes/fixes/FixPointerMovedEven…
Browse files Browse the repository at this point in the history
…tNameRegistration

Fix PointerMovedEvent name registration
# Conflicts:
#	tests/Avalonia.Base.UnitTests/Input/PointerOverTests.cs
  • Loading branch information
maxkatz6 authored and danwalmsley committed Jun 1, 2022
1 parent 96c6f70 commit 7c1fc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avalonia.Input/InputElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public class InputElement : Interactive, IInputElement
/// </summary>
public static readonly RoutedEvent<PointerEventArgs> PointerMovedEvent =
RoutedEvent.Register<InputElement, PointerEventArgs>(
"PointerMove",
"PointerMoved",
RoutingStrategies.Tunnel | RoutingStrategies.Bubble);

/// <summary>
Expand Down

0 comments on commit 7c1fc90

Please sign in to comment.