I am testing ThinkGeo.MapSuite.DesktopEdition.WinformsMap version 6.0 on a tablet that has input via stylus/Pen.
Problem is that I subscribe to MapClick event to catch click on the map (control). When I attach USB Mouse, all works fine, but when I click with Pen, no event is trigered. I think I would need to catch Click event to catch Pen clicks, but then it seems I do not get position on the map clicked with that event.
Same problem exists with one of Rulers I used from your examples library. They are based on “protected override InteractiveResult MouseClickCore” methods, and they do not recive clicks from tablet Pen, but work fine with attached USB mouse.
Can you please advice if there is a way to overcome this limitation, that is how to enable interaction with tablet Pen?