mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapItem.WPF.cs
This commit is contained in:
parent
fb8ecac77b
commit
11cd45c099
|
|
@ -20,29 +20,21 @@ namespace MapControl
|
|||
|
||||
protected override void OnTouchDown(TouchEventArgs e)
|
||||
{
|
||||
// Prevent default touch handling.
|
||||
//
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
protected override void OnTouchUp(TouchEventArgs e)
|
||||
{
|
||||
// Prevent default touch handling.
|
||||
//
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
|
||||
{
|
||||
// Prevent default item selection on mouse down.
|
||||
//
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
protected override void OnMouseRightButtonDown(MouseButtonEventArgs e)
|
||||
{
|
||||
// Prevent default item selection on mouse down.
|
||||
//
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue