339

Using Input Devices
Input Device Components

  • An implementation of the InputDevice interface provides:
  • An abstract description of a continuous device
  • Initialization, prompt for a value, get a value, close, etc.
  • Each InputDevice implementation maps physical detectors onto Sensor objects

  • Devices can be:
  • real (trackers, network values)
  • virtual (retrieved from a file, computationally generated)