Click or drag to resize
DigitalRuneInputMappingPositiveDescription Property
Gets or sets the description that describes the result of the "positive" buttons, e.g. "Move Right".

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
public string PositiveDescription { get; set; }

Property Value

Type: String
The description of the positive keys and buttons. The default value is .
See Also