Click or drag to resize
BindingAvailableKeyCodes Property
Gets the available key codes, that can be assigned to a Binding. (This also includes the CancelAssignmentKey, which cant be assigned)

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

Property Value

Type: KeyCode
The available key codes.
See Also