stopTime method

void stopTime()
inherited

Stops tracking how much time has passed.

Implementation

void stopTime() {
  _currentTime = 0;
  _time.reset();
  eventQueue.clear();
}