Method MoveMouseTo
MoveMouseTo(IWindowHandle, Point)
Simulates mouse movement to the specified location relative to window position.
Declaration
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. |