pauseInput method

void pauseInput()

Pauses input handling temporarily.

Implementation

void pauseInput() {
  _isInputPaused = true;
}