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.InputManagerAssembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax public static KeyCode[] AvailableKeyCodes { get; }
Property Value
Type:
KeyCodeThe available key codes.
See Also