mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update Map.WinUI.cs
This commit is contained in:
parent
74d3a4adfe
commit
d0aa0a5951
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue