| InputMappingNegativeButton Property |
Gets or sets the gamepad button that triggers a negative action.
(Not available in Silverlight.)
Namespace: DigitalRune.Game.InputAssembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax public Nullable<Buttons> NegativeButton { get; set; }
Public Property NegativeButton As Nullable(Of Buttons)
Get
Set
public:
property Nullable<Buttons> NegativeButton {
Nullable<Buttons> get ();
void set (Nullable<Buttons> value);
}
member NegativeButton : Nullable<Buttons> with get, set
Property Value
Type:
NullableButtonsThe gamepad button that triggers a negative action.
See Also