Click or drag to resize
DigitalRuneConfigurableInputCommandEnabled Property
Gets or sets a value indicating whether this ConfigurableInputCommand is enabled. If the command is not enabled, the Value is always 0.

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

Property Value

Type: Boolean
if enabled; otherwise, . The default is .
See Also