Click or drag to resize
Binding Methods

The Binding type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddAvailableAxis
Adds an available Axis with its RecognizionTreshold (how far the axis has to be changed so that it will be assigned to the binding)
Public methodAssignToNextInput
Causes this Binding to assign itself to the next Input that is done by the user (Be it moving an axis or pressing some buttons)
Public methodAssignToNextInput(ActionBinding)
Causes this Binding to assign itself to the next Input that is done by the user (Be it moving an axis or pressing some buttons). Also accepts a callback that will be called if the binding was assigned, or the CancelAssignmentKey was pressed
Public methodAssignToNone
Assigns this Binding to no input
Protected methodRaiseNewInputAssigned
Calls the inputAssignedCallback if one was given.
Protected methodRaiseOnUpdate
Raises the OnUpdate event.
Public methodUpdate
Updates this instance.
Top
See Also