Interface IInputSimulatorProvider
Defines the interface for a provider that resolves input simulators by their identifier or name.
Namespace: EyeAuras.Roxy.Services
Assembly: EyeAuras.Roxy.dll
Syntax
public interface IInputSimulatorProvider
Properties
Name | Description |
---|---|
KnownSimulators | Gets a list of all known input simulators. |
Methods
Name | Description |
---|---|
Resolve(string) | Resolves an input simulator based on the provided identifier or name. This method returns an observable that emits the resolved input simulator when it becomes available. |
ResolveById(string) | Resolves an input simulator by its identifier. |