Interface ISendInputActionBase
Defines the basic properties and methods for a send input action. This interface inherits from the IAuraAction interface.
Inherited Members
Namespace: EyeAuras.Roxy.Actions.SendInput
Assembly: EyeAuras.Roxy.dll
Syntax
public interface ISendInputActionBase : IAuraAction, IAuraEntity, IAuraObject, IBindableReactiveObject, IHasId, IHasTypedId<string>, ICanSetContext, IHasContext, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, ICanSetName, IHasName, ICanSetDescription, IHasDescription
Properties
Name | Description |
---|---|
ActiveWindow | Gets the resolved window that matches the TargetWindow expression. |
BlockUserInput | Gets or sets the type of user input block. |
InputSimulatorName | Gets or sets the name of the input simulator. |
InputSmootherId | Gets or sets the ID of the input smoother. |
KeyPressDelaySelector | Gets the key press delay selector that defines the delay period for key presses. |
Passthrough | Gets or sets a value indicating whether the input action should pass through to the target window. |
RestoreWindow | Gets or sets a value indicating whether the window should be restored after the action. |
TargetWindow | Gets or sets an expression used to find a specific target window. |