CustomInputSourceController Class |
Namespace: Rewired.Platforms.Custom
public abstract class Controller
The CustomInputSourceController type exposes the following members.
Name | Description | |
---|---|---|
customIdentifier |
A user-defined object containing identifying information for this controller.
This can be used to match to a controller definition.
| |
customName |
Custom name for this controller, if any.
| |
deviceInstanceGuid |
Unique persistent device guid of the controller.
Only set this if controllers can be uniquely identified on this platform across application sessions and system power cycles.
| |
deviceName |
The device name of the controller.
| |
isConnected |
Determines if the controller is connected.
|
Name | Description | |
---|---|---|
Connect |
Connect the controller.
| |
Disconnect |
Disconnect the controller.
| |
Update |
Update function. Called when input should be updated.
|
Name | Description | |
---|---|---|
ConnectedStateChangedEvent |