Interface ISendInputAction
Defines the properties and methods for a send input action. This interface inherits from the ISendInputActionBase interface. For more information, see Send Text Action Documentation.
Inherited Members
Namespace: EyeAuras.Roxy.Actions.SendInput
Assembly: EyeAuras.Roxy.dll
Syntax
public interface ISendInputAction : ISendInputActionBase, IAuraAction, IAuraEntity, IAuraObject, IBindableReactiveObject, IHasId, IHasTypedId<string>, ICanSetContext, IHasContext, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, ICanSetName, IHasName, ICanSetDescription, IHasDescription
Properties
| Name | Description |
|---|---|
| Hotkey | Gets or sets the hotkey gesture for the input action. |
| InputEvent | Gets or sets the type of the input event. |
| IsKeyboardGesture | Gets a value indicating whether the input action is a keyboard gesture. |
| IsMouseGesture | Gets a value indicating whether the input action is a mouse gesture. |
| IsRelative | Gets or sets a value indicating whether the mouse position is relative. |
| MousePosition | Gets the mouse position for the input action. |
| RestoreMousePosition | Gets or sets a value indicating whether the mouse position should be restored after the action. |