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

x/mobile/event/mouse: include button state in event #12485

Open
robpike opened this issue Sep 3, 2015 · 1 comment
Open

x/mobile/event/mouse: include button state in event #12485

robpike opened this issue Sep 3, 2015 · 1 comment
Assignees
Labels
mobile Android, iOS, and x/mobile
Milestone

Comments

@robpike
Copy link
Contributor

robpike commented Sep 3, 2015

The Button field records which button is transitioning, but for some applications (like chording) it would be nice if there was also a bitmask that said which buttons are up and down. This value can be integrated by following the transitions, but it's arguably something that could be done once by the mouse event driver.

@hyangah hyangah added this to the Unreleased milestone Sep 10, 2015
@gopherbot gopherbot added the mobile Android, iOS, and x/mobile label Jul 20, 2017
@changkun
Copy link
Member

Isn't the Direction field already includes the information of a button's state?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile Android, iOS, and x/mobile
Projects
None yet
Development

No branches or pull requests

5 participants