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

Detect mouse side buttons #72

Merged
merged 2 commits into from
Oct 22, 2023
Merged

Detect mouse side buttons #72

merged 2 commits into from
Oct 22, 2023

Conversation

edfloreshz
Copy link

This PR allows iced to detect back and forward side buttons for mouse devices that supports them, this includes:

  • The fourth non-scroll button, which is often used as "back" in web browsers.
  • The fifth non-scroll button, which is often used as "forward" in web browsers.

@mmstick
Copy link
Member

mmstick commented Oct 21, 2023

Does this also include winit support?

@edfloreshz
Copy link
Author

I does not, let me work on that and get back to you.

@edfloreshz
Copy link
Author

We need to merge pop-os/winit#2 before this PR.

@edfloreshz
Copy link
Author

Since pop-os/winit#2 was merged, we can also merge this.

@mmstick mmstick merged commit a9bddc5 into pop-os:master Oct 22, 2023
2 of 10 checks passed
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

Successfully merging this pull request may close these issues.

2 participants