HoverPointerAction.move

Move the pointer to given position.

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

Return Value

This action, for chaining.

Meta