Interface MouseScrollArguments.Builder

  • Method Details

    • x

      The X coordinate on screen where the scroll occurs.

      Parameters:
      x - The X coordinate on screen where the scroll occurs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • y

      The Y coordinate on screen where the scroll occurs.

      Parameters:
      y - The Y coordinate on screen where the scroll occurs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deltaX

      The horizontal scroll delta. Valid range: -1000 to 1000.

      Parameters:
      deltaX - The horizontal scroll delta. Valid range: -1000 to 1000.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deltaY

      The vertical scroll delta. Valid range: -1000 to 1000. Negative values scroll down.

      Parameters:
      deltaY - The vertical scroll delta. Valid range: -1000 to 1000. Negative values scroll down.
      Returns:
      Returns a reference to this object so that method calls can be chained together.