if (this._mouseDistanceMet(e) && this._mouseDelayMet(e)) {
            this._mouseStarted = (this._mouseStart(e) !== false);
            if (!this._mouseStarted) {
                e.preventDefault();
                return true;