HoverPointerAction.move

Move the pointer to given position.

  1. HoverPointerAction move(Vector2 position)
    class HoverPointerAction
  2. HoverPointerAction move(float x, float y)

Parameters

position Vector2

Position to move the pointer to.

Return Value

This action, for chaining.

Meta