diff --git a/MapControl/WinUI/Map.WinUI.cs b/MapControl/WinUI/Map.WinUI.cs index 85989f33..360e1e80 100644 --- a/MapControl/WinUI/Map.WinUI.cs +++ b/MapControl/WinUI/Map.WinUI.cs @@ -34,7 +34,6 @@ namespace MapControl ManipulationDelta += OnManipulationDelta; ManipulationCompleted += OnManipulationCompleted; PointerPressed += OnPointerPressed; - PointerReleased += OnPointerReleased; PointerMoved += OnPointerMoved; PointerWheelChanged += OnPointerWheelChanged; } @@ -69,11 +68,6 @@ namespace MapControl manipulationEnabled = null; } - private void OnPointerReleased(object sender, PointerRoutedEventArgs e) - { - manipulationEnabled = null; - } - private void OnPointerPressed(object sender, PointerRoutedEventArgs e) { // IsLeftButtonPressed: input was triggered by the primary action mode of an input device.