Click or drag to resize
DigitalRuneInputMappingNegativeDescription Property
Gets or sets the description that describes the result of the "negative" buttons, e.g. "Move Left".

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 NegativeDescription { get; set; }

Property Value

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