Click or drag to resize
BindingGroup Properties

The BindingGroup type exposes the following members.

Properties
  NameDescription
Public propertyBindings
The list of Bindings contained in this group. Methods BindingGroup.Add and BindingGroup.Remove have to be used for adding or removing the Bindings
Public propertyEnabled
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)
Public propertyInputManager
The InputManager this group was added to. Null if the group wasnt yet added
Top
See Also