Method MoveMouseTo
MoveMouseTo(IWindowHandle, Point, IUserInputSmoother, CancellationToken)
Simulates mouse movement to the specified location relative to window position using specified input smoother
Declaration
public void MoveMouseTo(IWindowHandle hwnd, Point targetPosition, IUserInputSmoother userInputSmoother, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
IWindowHandle | hwnd | |
Point | targetPosition | |
IUserInputSmoother | userInputSmoother | |
CancellationToken | cancellationToken |
Implements
MoveMouseTo(IWindowHandle, Point)
Simulates mouse movement to the specified location relative to window position.
Declaration
public abstract void MoveMouseTo(IWindowHandle hwnd, Point targetPosition)
Parameters
Type | Name | Description |
---|---|---|
IWindowHandle | hwnd | The handle of the window to which the movement should be relative. |
Point | targetPosition | The target position within the window where the mouse should be moved to. |