ClemensFischer / XAML-Map-Control

XAML Map Control Library
Microsoft Public License
205 stars 61 forks source link

Mouse event MapItemTouchDown does not fire in the MainWindow.xaml.cs on the WpfApplication #41

Closed mlinnen closed 5 years ago

mlinnen commented 5 years ago

If you set a break point on the MapItemTouchDown method in the MainWindow.xaml.cs and launch the WpfApplication and use the left mouse click on any of the map items the break point never gets hit.

Not sure if something is consuming (handling) the event so that it never reaches the code behind or if it is something else.

ClemensFischer commented 5 years ago

Mouse input does of course not generate touch events. Use your finger on a touch screen.