| InputManagerGetBinding Method | 
            Tries to find a Binding with the given name. If not found, this returns null. Avoid to have 2 or more Bindings with the same name, as only one of them will be found
            
 
Namespace: Codolith.InputManagerAssembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
 Syntax
Syntaxpublic Binding GetBinding(
	string name
)
Parameters
- name
- Type: SystemString
 Name.
Return Value
Type: 
BindingThe binding.
 See Also
See Also