resetAdaptation method

void resetAdaptation()

Resets adaptive dwell acceleration (e.g. when the scene changes).

Implementation

void resetAdaptation() {
  _lastSelectedId = null;
  _effectiveDwell = dwellDuration;
}