I currently use the WP7 tookit's GestureService
in a few of my applications in order to perform Flick and Pinch/Zoom gestures on Silverlight UI elements. However, seeing that the service has been deprecated, I am trying to find a replacement library that can do the perform all the low level calculations in a similar fashion.
I've been reading that hooking into ManipulationDelta
is the way to go, but I'd rather not delve into that if I don't have to - is there an alternative that anyone is aware of?