Interface IMouseAbsoluteController
Defines an interface for a service that provides functionality to control the mouse in an absolute manner, moving it to specific coordinates on the screen.
Namespace: EyeAuras.Roxy.Shared
Assembly: EyeAuras.Roxy.Shared.dll
Syntax
public interface IMouseAbsoluteController
Methods
Name | Description |
---|---|
MoveMouseTo(IWindowHandle, Point) | Simulates mouse movement to the specified location relative to window position. |