Click or drag to resize
DigitalRuneConfigurableInputCommand Properties

The ConfigurableInputCommand type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets or sets the description of this command.
Public propertyEnabled
Gets or sets a value indicating whether this ConfigurableInputCommand is enabled. If the command is not enabled, the Value is always 0.
Public propertyInputService
Gets or sets the input service.
Public propertyLogicalPlayerIndex
Gets or sets the index of the logical player.
Public propertyName
Gets the name.
Public propertyPrimaryMapping
Gets or sets the primary input mapping that triggers the command.
Public propertyScale
Gets or sets the scale that is applied to the Value.
Public propertySecondaryMapping
Gets or sets the secondary input mapping that triggers the command. This mapping is not evaluated if the PrimaryMapping has influenced the Value.
Public propertySensitivity
Gets or sets the sensitivity that is used for analog input.
Public propertyValue
Gets the value.
Top
See Also