Click or drag to resize
BindingKeys Property
Gives you the keys that are assigned to this Binding. When set, it will also set the BindingType to Keys

Namespace: Codolith.InputManager
Assembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
public KeyCode[] Keys { get; set; }

Property Value

Type: KeyCode
The keys.
See Also