Interface MouseMoveArguments.Builder

  • Method Details

    • x

      The target X coordinate on screen.

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

      The target Y coordinate on screen.

      Parameters:
      y - The target Y coordinate on screen.
      Returns:
      Returns a reference to this object so that method calls can be chained together.