Interface IInputSimulatorEx
Interface for handling the simulation of input device actions.
Inherited Members
Namespace: EyeAuras.Roxy.Shared
Assembly: EyeAuras.Roxy.Shared.dll
Syntax
public interface IInputSimulatorEx : INotifyPropertyChanged
Properties
Name | Description |
---|---|
Description | Provides a detailed description of the input simulator. |
Id | Provides a unique identifier for the input simulator. |
IsAvailable | Indicates whether the input simulator is available. |
IsInstalled | Indicates whether the input simulator is installed. |
IsRented | Indicates whether the input simulator is already rented by someone. |
Name | Provides the name of the input simulator. |
Status | Provides the current status of the input simulator. |
Methods
Name | Description |
---|---|
Install() | Performs the installation of the input simulator. |
Rent() | Provides an instance of the input controller related to this simulator. |
Uninstall() | Performs the uninstallation of the input simulator. |