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