mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapItem.WinUI.cs
This commit is contained in:
parent
4d6fee3fe1
commit
c510e32014
|
|
@ -42,9 +42,9 @@ namespace MapControl
|
||||||
|
|
||||||
protected override void OnPointerPressed(PointerRoutedEventArgs e)
|
protected override void OnPointerPressed(PointerRoutedEventArgs e)
|
||||||
{
|
{
|
||||||
pointerPressedPosition = e.GetCurrentPoint(null).Position;
|
|
||||||
|
|
||||||
base.OnPointerPressed(e);
|
base.OnPointerPressed(e);
|
||||||
|
pointerPressedPosition = e.GetCurrentPoint(null).Position;
|
||||||
|
e.Handled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnPointerReleased(PointerRoutedEventArgs e)
|
protected override void OnPointerReleased(PointerRoutedEventArgs e)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue