Interface WheelEvent

All Superinterfaces:
Event, Event, MouseEvent, UiEventModifier

public interface WheelEvent extends MouseEvent
A wheel event that provides access to the wheel event data.

This event occurs when a user rotates a wheel on a pointing device (such as a mouse).

  • Method Details

    • deltaX

      double deltaX()
      Returns the amount of units to scroll horizontally.
    • deltaY

      double deltaY()
      Returns the amount of units to scroll vertically.
    • deltaMode

      Returns the delta units type.