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

Implement WheelEvent interface #23154

Merged
merged 2 commits into from Jun 9, 2019
Merged

Commits on Jun 9, 2019

  1. Implement WheelEvent Interface

    Note: The WheelEvent interface supports rotation in all 3 spatial
    dimensions. This implementation only supports two due to limitations
    in the Glutin compositor.
    
    The wheelevent interface is a dom interface that triggers for any
    attached device that can rotate in one or more spatial dimensions.
    Traditionally this is the mouse wheel though other devices could be
    used as well. E.g. the trackball on a trackball mouse.
    robert-snakard authored and jdm committed Jun 9, 2019
  2. Add WPT tests for WheelEvent

    The wheelevent sends a signal when a supported device is rotated in the
    x, y, or z rotational dimensions. These tests only check whether this
    signal is received for any rotation at all.
    robert-snakard authored and jdm committed Jun 9, 2019
You can’t perform that action at this time.