Namespace EyeAuras.Roxy.Actions.SendInput
Classes
SendInputProperties
Represents the configuration for the SendInput action, which simulates user input. It includes properties for defining a hotkey, mouse position, and input event type. For more information, see Send Text Action Documentation.
SendInputPropertiesBase
Base record for properties related to sending input actions. This includes configuration for targeting specific windows, controlling input simulation, and handling user input.
Interfaces
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.
ISendInputActionBase
Defines the basic properties and methods for a send input action. This interface inherits from the IAuraAction interface.