wieslawsoltes / PanAndZoom

Pan and zoom control for Avalonia.
http://wieslawsoltes.github.io/PanAndZoom/
MIT License
348 stars 45 forks source link

Touchscreen gestures support added (pan, zoom, rotation) #25

Closed Martin-Pucalka closed 5 years ago

Martin-Pucalka commented 5 years ago

Support for multitouch gestures added. Related to feature request https://github.com/wieslawsoltes/PanAndZoom/issues/24

Demo using touchscreen: https://streamable.com/7hveg

Code inspired by: https://blogs.msdn.microsoft.com/jaimer/2009/11/04/introduction-to-wpf-4-multitouch/

Fixes #24

wieslawsoltes commented 5 years ago

@Martin-Pucalka Thanks for PR. I have added few missing things and bit refactored.