Method ResolveById
ResolveById(string)
Resolves an input simulator by its identifier.
Declaration
IInputSimulatorEx ResolveById(string simulatorId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | simulatorId | The identifier of the input simulator to resolve. |
Returns
| Type | Description |
|---|---|
| IInputSimulatorEx | The resolved input simulator. |