reset method

void reset()

Clears all debounce state.

Implementation

void reset() {
  _activeGesture.clear();
  _pendingGesture.clear();
  _pendingSince.clear();
  _pinching.clear();
}