Click or drag to resize
BindingGroupEnabled Property
Represents if this group is enabled. If not, it will not be included in the updateloop of the InputManager. (Which means all its Bindings wont be updated too)

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

Property Value

Type: Boolean
true if enabled; otherwise, false.
See Also