resumeInput method

void resumeInput()

Resumes input handling after pause.

Implementation

void resumeInput() {
  _isInputPaused = false;
}