Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow zooming on a touch screen #153

Open
davidwengier opened this issue Oct 4, 2020 · 1 comment
Open

Allow zooming on a touch screen #153

davidwengier opened this issue Oct 4, 2020 · 1 comment

Comments

@davidwengier
Copy link
Owner

Detect the pinch gesture in the WPF (and/or winforms) front end, and call the PointerZoomIn or PointerZoomOut methods on Interaction Manager. Job done!

A quick Bing turned up this: https://www.andrewhoefling.com/Blog/Post/wpf-multitouch-gestures-translation-scale-and-rotate

@davidwengier
Copy link
Owner Author

Or perhaps: https://github.com/mono/SkiaSharp.Extended/blob/dev/controls/source/SkiaSharp.Extended.Controls/SKGestureSurfaceView.cs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant