Click or drag to resize
BindingGroupInputManager Property
The InputManager this group was added to. Null if the group wasnt yet added

Namespace: Codolith.InputManager
Assembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
public InputManager InputManager { get; }

Property Value

Type: InputManager
The input manager.
See Also