onTouchStart={e => {
        cursor.onTouchStart(e);
        swipe.onTouchStart(e);
        pinch.onTouchStart(e);
      }}