Skip to content

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

Description

@FrancoTonutti

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
}

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions