Method Generate
Generate(Point, Point)
Generates a list of smoothed mouse inputs from the start position to the target position.
Declaration
IReadOnlyList<MouseInput> Generate(Point startPosition, Point targetPosition)
Parameters
Type | Name | Description |
---|---|---|
Point | startPosition | The starting position of the mouse movement. |
Point | targetPosition | The target position of the mouse movement. |
Returns
Type | Description |
---|---|
IReadOnlyList<MouseInput> | A read-only list of mouse inputs representing the smoothed movement from the start position to the target position. |