Interface ScrollUnit


public interface ScrollUnit
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The delta is in surface pixels to scroll directly
    on screen.
    static final int
    The delta is in number of wheel clicks.
  • Field Details

    • WHEEL

      static final int WHEEL
      The delta is in number of wheel clicks.
      See Also:
    • SURFACE

      static final int SURFACE
      The delta is in surface pixels to scroll directly
      on screen.
      See Also: