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

MouseButtonEventType: missing event for Mouse wheel button press and release #15

Open
FrancoTonutti opened this issue Feb 27, 2024 · 0 comments

Comments

@FrancoTonutti
Copy link

When I press or release the mouse wheel button I get an event of type "leftButtonDown", I think it is necessary to have events for this button.

//hid_listener_types.dart

enum MouseButtonEventType {
  leftButtonUp,
  leftButtonDown,
  rightButtonUp,
  rightButtonDown,

  wheelButtonUp,
  wheelButtonDown
}
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

1 participant