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

Make lasso work with stylus / touch inputs #204

Open
fspoettel opened this issue Dec 12, 2024 · 1 comment
Open

Make lasso work with stylus / touch inputs #204

fspoettel opened this issue Dec 12, 2024 · 1 comment
Labels
improvement Feature improvement or enhancement

Comments

@fspoettel
Copy link
Collaborator

Right now, the lasso mode is implemented via mouse events. This prevents the lasso tool from being compatible with coarser inputs such as stylus or even touch. It would be nice if the lasso tool would support those. Maybe it is enough already to switch to using the genericpointer events, I'm not sure - things like long press would have to be tested.

Use case: annotating plots on a tablet with a stylus.

This is an issue for our company, so I could work on an implementation.

@flekschas flekschas added the improvement Feature improvement or enhancement label Dec 13, 2024
@flekschas
Copy link
Owner

I agree, would be great if lassoing works on all devices. I'm happy to get a PR merged.

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

No branches or pull requests

2 participants