point

Create a virtual Hover I/O pointer for testing, and place it at the given position. Interactions on the pointer are asynchronous and should be performed by then chains, see fluid.future.pipe.

The pointer is disabled after every interaction, but it will be automatically re-enabled after every movement.

  1. HoverPointerAction point(HoverIO hoverIO, Vector2 position)
  2. HoverPointerAction point(HoverIO hoverIO, float x, float y)
    @safe
    point
    (,
    float x
    ,
    float y
    )

Parameters

hoverIO HoverIO

Hover I/O system to target.

x float

X position to place the pointer at.

y float

Y position to place the pointer at.

Return Value

An instance of HoverPointerAction.

See Also

pointAndClick

Meta