Interface ISendInputController
Defines a controller that sends inputs to a target window or application.
Inherited Members
Namespace: EyeAuras.Roxy.Shared
Assembly: EyeAuras.Roxy.Shared.dll
Syntax
public interface ISendInputController : IDisposable
Methods
Name | Description |
---|---|
Send(SendInputArgs, CancellationToken) | Sends the specified input as defined by the provided arguments. |
SendText(SendInputTextArgs, CancellationToken) | Sends the specified texts. |