Method MoveMouseTo
MoveMouseTo(IWindowHandle, Point, IUserInputSmoother, CancellationToken)
Simulates mouse movement to the specified location relative to window position using specified input smoother
Declaration
void MoveMouseTo(IWindowHandle hwnd, Point targetPosition, IUserInputSmoother userInputSmoother, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
IWindowHandle | hwnd | |
Point | targetPosition | |
IUserInputSmoother | userInputSmoother | |
CancellationToken | cancellationToken |