Binding Properties |
The Binding type exposes the following members.
Name | Description | |
---|---|---|
AvailableAxes |
Dictionary of the Axes that can be assigned and their RecognizionTreshold
| |
AvailableKeyCodes |
Gets the available key codes, that can be assigned to a Binding. (This also includes the CancelAssignmentKey, which cant be assigned)
| |
Axis |
Gives you the Axis that is assigned to this Binding. when set, it will also set the BindingType to Axis
| |
BindingGroup |
The BindingGroup that this Binding is in, or null if this Binding was not yet added to one
| |
BindingType |
The type of the Binding
| |
CancelAssignmentKey |
Determines they Button that will be used to cancel an assignment. This Button can not be assigned to any Binding
| |
Enabled |
Returns if this Binding will be Updated. returns ThisEnabled && GroupEnabled
| |
GroupEnabled |
Tells you if the Group of this Binding is enabled. If the Group is not yet set, it returns false
| |
Keys |
Gives you the keys that are assigned to this Binding. When set, it will also set the BindingType to Keys
| |
Name |
The Name of this Binding. Avoid to use the same name twice!
| |
State |
Gives you the State of this Binding as bool. When set it checks if the State has changed and triggers the StateChanged event
| |
ThisEnabled |
Determines if this Binding is enabled
| |
Value |
Gives you the balue of this Binding as float. When set it checks if the Value has changed and triggers the ValueChanged event
|