Codolith Input Manager
Codolith Input Manager
Codolith.InputManager
Binding Class
Binding.StateChangedHandler Delegate
Binding.ValueChangedHandler Delegate
BindingGroup Class
BindingType Enumeration
InputManager Class
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#
Copy
public
enum
BindingType
Members
Member name
Value
Description
Keys
0
Is bound to a key or button
Axis
1
Is bound to an axis
None
2
Is bound to nothing
See Also
Reference
Codolith.InputManager Namespace