Skip to content

Mapping Mouse Wheel Scrolling to Buttons is Inadequate #22

Description

@Shinmera

Mapping a mouse wheel scroll event to a single mouse button press event is inadequate, as it does not convey the distance by which the wheel was turned. Under some conditions the system will report a single scroll event for more than a single tick, or report an event for less than a tick. In effect this means that Glop forces applications to lose scrolling precision, which might be quite unfavourable for certain types of applications.

A proper handling of this case would introduce an additional event type that has a delta attribute that determines the number of ticks scrolled.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions