HoverPointerAction.scroll

Set a scroll value for the action.

Once the motion is completed, the scroll value will be reset and will not apply for future actions.

  1. HoverPointerAction scroll(Vector2 motion)
  2. HoverPointerAction scroll(float x, float y)
    class HoverPointerAction
    return
    scroll
    (
    float x
    ,
    float y
    )

Return Value

This action, for chaining.

Meta