Controller Properties |
The Controller type exposes the following members.
Name | Description | |
---|---|---|
buttonCount |
The Button count in the controller.
| |
ButtonElementIdentifiers |
Gets a list of all Button element identifiers.
There is always one element identifier per Button
which is at the same index as the corresponding Button.
| |
Buttons |
List of Buttons in this controller.
| |
CompoundElements |
List of all Compound Elements in this controller.
| |
deviceInstanceGuid |
The unique persistent instance GUID of this device.
This is an id generated for the device that may stay constant between application sessions and system restarts.
This can be used for device assignment persistence between runs. The specific platform and input sources in use
affects the reliability of this value for device assignment persistence.
A value of Guid.Empty means the device or input source has no reliable unique identifier so persistant assignment
isn't possible using this value. Even if a Guid is provided, reliability when multiple identical controllers are
attached depends greatly on the platform and input source(s) currently in use.
| |
elementCount |
The Element count in the controller.
| |
ElementIdentifiers |
Gets a list of all element identifiers of all types.
| |
Elements |
List of all Elements in this controller.
| |
enabled |
Is the controller enabled? Disabled controllers return no input.
| |
extension |
Gets an object used to access controller and platform-specific controller functions.
| |
hardwareIdentifier |
String of information from the controller used for identifying unknown controller maps for saving/loading.
| |
hardwareName |
The name the controller hardware returns.
| |
hardwareTypeGuid |
The Rewired GUID associated with this device. A GUID of all zeros is an Unknown Controller.
| |
identifier |
Gets identifying information about the Controller.
| |
isConnected |
Is the controller connected?
| |
mapTypeString |
String representation of the controller map type. Can be used for saving/loading.
| |
name |
The name of the controller.
This is drawn from the controller definition for recognized controllers.
For unrecognized controllers, the name returned by the hardware is used instead.
The returned value will be localized if localization is in use.
| |
tag |
The tag assigned to the controller. Can be used for find a controller by tag.
| |
templateCount |
The Template count in the controller.
| |
Templates |
The Controller Templates that the Controller implements.
| |
type |
The type of this controller.
|