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.InputManagerAssembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax public bool Enabled { get; set; }
Property Value
Type:
Booleantrue if enabled; otherwise,
false.
See Also