Class ForegroundInputSimulator
Inheritance
ForegroundInputSimulator
Inherited Members
Namespace: EyeAuras.Roxy.Shared
Assembly: EyeAuras.Roxy.Shared.dll
Syntax
public abstract class ForegroundInputSimulator : DisposableReactiveObjectWithLogger, IDisposable, IInputSimulatorEx, INotifyPropertyChanged
Constructors
| Name | Description |
|---|---|
| ForegroundInputSimulator() |
Properties
| Name | Description |
|---|---|
| Description | Provides a detailed description of the input simulator. |
| Id | Provides a unique identifier for the input simulator. |
| InputDeviceState | |
| 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. |