| InputMappingPositiveDescription Property |
Gets or sets the description that describes the result of the "positive" buttons,
e.g. "Move Right".
Namespace: DigitalRune.Game.InputAssembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax public string PositiveDescription { get; set; }
Public Property PositiveDescription As String
Get
Set
public:
property String^ PositiveDescription {
String^ get ();
void set (String^ value);
}
member PositiveDescription : string with get, set
Property Value
Type:
String
The description of the positive keys and buttons.
The default value is
.
See Also