Click or drag to resize
DigitalRuneInputMappingNegativeButton Property
Gets or sets the gamepad button that triggers a negative action. (Not available in Silverlight.)

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
public Nullable<Buttons> NegativeButton { get; set; }

Property Value

Type: NullableButtons
The gamepad button that triggers a negative action.
See Also