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

Implement a Pan gesture #36

Open
sairam4123 opened this issue Jan 17, 2024 · 1 comment
Open

Implement a Pan gesture #36

sairam4123 opened this issue Jan 17, 2024 · 1 comment

Comments

@sairam4123
Copy link

I need help with managing pan gesture. Currently I'm facing problem with zooming and panning. The panning interferes with zooming controls and I dont know how to fix them.

@Federico-Ciuffardi
Copy link
Owner

I'm going to assume that you are implementing pan with InputEventMultiScreenDrag and zoom with InputEventScreenPinch.

Currently, InputEventMultiScreenDrag and InputEventScreenPinch are mutually exclusive by design So at the moment it is not possible to achieve concurrent zooming and panning in a simple way.

I can think of some ideas on how to improve the design to allow this but I don't have the time to work on this.

If you or anyone else is interested in implementing this let me know and we could discuss the details.

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

No branches or pull requests

2 participants