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: implement helper method for modifier keys #12486

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

x/mobile/event/mouse: implement helper method for modifier keys #12486

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

It is conventional that on a laptop with only a trackpad button, option and command (on Macs) turn a click into a middle or right click. It would be nice to have this functionality provided once, in the mouse package.

@crawshaw crawshaw self-assigned this Sep 3, 2015
@rsc rsc added this to the Unreleased milestone Oct 23, 2015
@gopherbot gopherbot added the mobile Android, iOS, and x/mobile label Jul 20, 2017
@changkun
Copy link
Member

Is there anything we can really do here? The current mouse.Event already convey the Button and Modifiers information. This is already enough for users who would, or would not, like to have the described conversion.

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