Reputation: 746
A simple case:
Use pinch and pan gesture on a touch pad to zoom an image in a
ScrollViewer
Note that this is a build-in gesture when you use a touch screen. However, when you do this on your touch pad, nothing is going to happened.
I have looked up official documents but the topic articles involved just talks about the build-in gestures which is not open to developers.
Upvotes: 1
Views: 2263
Reputation: 3028
Look at Manipulation events here: https://learn.microsoft.com/en-us/windows/uwp/input-and-devices/touch-interactions
Upvotes: 1