Click or drag to resize
BindingType Enumeration
The type of the Binding. Keys means the Binding is bound to one or more buttons/keys, Axis means its bound to an Axis. None means none

Namespace: Codolith.InputManager
Assembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
public enum BindingType
Members
  Member nameValueDescription
Keys0 Is bound to a key or button
Axis1 Is bound to an axis
None2 Is bound to nothing
See Also