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

Android: map hover events to their winit equivalents. #3898

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mwcampbell
Copy link

These events are required for accessibility.

  • Tested on all platforms changed
  • Added an entry to the changelog module if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality
  • Updated feature matrix, if new features were added or implemented

These events are required for accessibility.
Copy link
Member

@MarijnS95 MarijnS95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's already a massive PR ongoing to refactor the pointer events. I'm at this point unsure how this matches up to that, and would rather see the larger refactor finished first before making more smaller changes to the backend.

Also because it pulls out the unnecessary temporary conversion to TouchPhase.

Comment on lines 135 to 138
### Fixed

- On Android, map hover events to their winit equivalents. These events
are required for accessibility.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sounds like an addition, not a "bugfix".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants