Codolith Input Manager
Codolith Input Manager
Codolith.InputManager
Binding Class
Binding.StateChangedHandler Delegate
Binding.ValueChangedHandler Delegate
BindingGroup Class
BindingType Enumeration
InputManager Class
Binding
ValueChangedHandler Delegate
Handler for ValueChanged event.
Namespace:
Codolith.InputManager
Assembly:
Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
Copy
public
delegate
void
ValueChangedHandler
(
Binding
sender
,
float
oldValue
,
float
newValue
)
Parameters
sender
Type:
Codolith.InputManager
Binding
Binding that triggered the event
oldValue
Type:
System
Single
Old Value
newValue
Type:
System
Single
New Value
See Also
Reference
Codolith.InputManager Namespace