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)
    class HoverPointerAction
  2. HoverPointerAction scroll(float x, float y)

Parameters

motion Vector2

Distance to scroll.

Return Value

This action, for chaining.

Meta