resetAdaptation method
void
resetAdaptation()
Resets adaptive dwell acceleration (e.g. when the scene changes).
Implementation
void resetAdaptation() {
_lastSelectedId = null;
_effectiveDwell = dwellDuration;
}
Resets adaptive dwell acceleration (e.g. when the scene changes).
void resetAdaptation() {
_lastSelectedId = null;
_effectiveDwell = dwellDuration;
}