Skip to content
New issue

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

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

Already on GitHub? # to your account

Allow multitouch filter. #59

Closed
mbostock opened this issue Aug 21, 2019 · 0 comments
Closed

Allow multitouch filter. #59

mbostock opened this issue Aug 21, 2019 · 0 comments

Comments

@mbostock
Copy link
Member

Similar to d3/d3-zoom#176, it’d be nice if we could support brush.filter such that more than one touch is required to brush. Currently we ignore any touchstart where changedTouches.length < touches.length, meaning it’s not possible to have a second touch initiate brushing. However, if we tracked the id of the touch that initiated brushing, then we could do the right thing.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

No branches or pull requests

1 participant