mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Update Map.WinUI.cs
This commit is contained in:
parent
74d3a4adfe
commit
d0aa0a5951
1 changed files with 0 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue