Interface IMouseRelativeController
Provides methods for controlling the mouse in relative terms, i.e., by specifying distances from its current position.
Namespace: EyeAuras.Roxy.Shared
Assembly: EyeAuras.Roxy.Shared.dll
Syntax
public interface IMouseRelativeController
Methods
Name | Description |
---|---|
MoveMouseBy(IWindowHandle, int, int) | Simulates a mouse movement by the specified distances relative to its current position. |