| InputMappingNegativeKey Property |
Gets or sets the key that triggers a negative action.
Namespace: DigitalRune.Game.InputAssembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax public Nullable<Keys> NegativeKey { get; set; }
Public Property NegativeKey As Nullable(Of Keys)
Get
Set
public:
property Nullable<Keys> NegativeKey {
Nullable<Keys> get ();
void set (Nullable<Keys> value);
}
member NegativeKey : Nullable<Keys> with get, set
Property Value
Type:
NullableKeysThe key that triggers a negative action.
See Also