Click or drag to resize

Input Methods

The WidgetInput type exposes the following members.

Methods
  NameDescription
Public methodAddOutput
Add output to input.
Public methodReceiveData
Receives input and forwards that input onto the assigned delegate. Optionally, the user may inherit from Input and override the ReceiveData() function.
Public methodRemoveOutput
Remove the output.
Public methodStart
Start this Input.
Top
See Also