Interface IMouseController
Defines a combined interface for controlling mouse movements and gestures, both in absolute and relative terms.
Inherited Members
Namespace: EyeAuras.Roxy.Shared
Assembly: EyeAuras.Roxy.Shared.dll
Syntax
public interface IMouseController : IMouseButtonController, IMouseAbsoluteController, IMouseRelativeController, IDisposable
Remarks
This interface combines the functionalities of IMouseButtonController, IMouseAbsoluteController, and IMouseRelativeController interfaces.
Methods
| Name | Description |
|---|---|
| MouseWheelHorizontalScroll(IWindowHandle, int) | |
| MouseWheelVerticalScroll(IWindowHandle, int) |