onTouchStart(e) {
    setupInputEventListeners(e,
      'touchend', this.onTouchEnd,
      'touchmove', this.onTouchMove);