GuOrg / Gu.Wpf.UiAutomation

MIT License
96 stars 17 forks source link

Support touch pinch zoom #73

Closed JohanLarsson closed 5 years ago

JohanLarsson commented 5 years ago

Not sure what a good API is, maybe something like:

Touch.Pinch(point, fromRadius, toRadius);

Or:

Touch.TwoFingers(from, to); // where `from` and `to` are a struct with two points for the fingers.
ErikWahlstrom commented 5 years ago

https://support.microsoft.com/en-us/help/4027871/windows-10-touchpad-gestures

jnm2 commented 5 years ago

Pinch implies an inward direction.