Closed JohanLarsson closed 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.
https://support.microsoft.com/en-us/help/4027871/windows-10-touchpad-gestures
Pinch implies an inward direction.
Not sure what a good API is, maybe something like:
Or: