Click or drag to resize
DigitalRuneConfigurableInputCommandPrimaryMapping Property
Gets or sets the primary input mapping that triggers the command.

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

Property Value

Type: InputMapping
The primary input mapping. The default is .
See Also