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

mouse interaction selector option #54

Open
garris opened this issue Aug 12, 2017 · 2 comments
Open

mouse interaction selector option #54

garris opened this issue Aug 12, 2017 · 2 comments

Comments

@garris
Copy link
Contributor

garris commented Aug 12, 2017

This is a requirement for many of my use-cases...

.mouseMoved(<selector>, [options])

any chance of getting this?

@garris
Copy link
Contributor Author

garris commented Aug 13, 2017

I solved my immediate need with this...

  chromyChain
    .rect(<selector>)
    .result(function (rect) {
      chromyChain.mouseMoved(rect.left, rect.top)
    });

But I highly recommend enabling this pattern for all the "mouse" methods... .mouseMoved(<selector>, [options])

Thanks.

@garris garris changed the title mouse interactions selector option mouse interaction selector option Aug 13, 2017
@dotneet
Copy link
Contributor

dotneet commented Aug 13, 2017

exactly, that's useful.
I'll add these mouse methods.

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