Class SendInputTextArgs
The arguments required for the SendInput operation.
Implements
Inherited Members
Namespace: EyeAuras.Roxy.Shared
Assembly: EyeAuras.Roxy.Shared.dll
Syntax
public sealed record SendInputTextArgs : IEquatable<SendInputTextArgs>
Constructors
| Name | Description |
|---|---|
| SendInputTextArgs() |
Properties
| Name | Description |
|---|---|
| InputSimulatorId | Gets the identifier for the specific InputSimulator to be used for sending the input. |
| MaxDelay | Gets the maximum delay to apply before sending the input. |
| MinDelay | Gets the minimum delay to apply before sending the input. |
| Text | |
| Window | Gets the window handle for the window in which the input is to be sent. |
Methods
| Name | Description |
|---|---|
| Equals(SendInputTextArgs?) | |
| Equals(object?) | |
| GetHashCode() | |
| ToString() | |
| <Clone>$() |
Operators
| Name | Description |
|---|---|
| operator ==(SendInputTextArgs?, SendInputTextArgs?) | |
| operator !=(SendInputTextArgs?, SendInputTextArgs?) |