|
@@ -17909,7 +17909,6 @@ var BABYLON;
|
|
*/
|
|
*/
|
|
this.onPointerObservable = new BABYLON.Observable();
|
|
this.onPointerObservable = new BABYLON.Observable();
|
|
this._meshPickProceed = false;
|
|
this._meshPickProceed = false;
|
|
- this._previousHasSwiped = false;
|
|
|
|
this._currentPickResult = null;
|
|
this._currentPickResult = null;
|
|
this._previousPickResult = null;
|
|
this._previousPickResult = null;
|
|
this._totalPointersPressed = 0;
|
|
this._totalPointersPressed = 0;
|
|
@@ -18933,7 +18932,6 @@ var BABYLON;
|
|
_this._previousStartingPointerPosition.x = _this._startingPointerPosition.x;
|
|
_this._previousStartingPointerPosition.x = _this._startingPointerPosition.x;
|
|
_this._previousStartingPointerPosition.y = _this._startingPointerPosition.y;
|
|
_this._previousStartingPointerPosition.y = _this._startingPointerPosition.y;
|
|
_this._previousButtonPressed = btn;
|
|
_this._previousButtonPressed = btn;
|
|
- _this._previousHasSwiped = clickInfo.hasSwiped;
|
|
|
|
if (Scene.ExclusiveDoubleClickMode) {
|
|
if (Scene.ExclusiveDoubleClickMode) {
|
|
if (_this._previousDelayedSimpleClickTimeout) {
|
|
if (_this._previousDelayedSimpleClickTimeout) {
|
|
clearTimeout(_this._previousDelayedSimpleClickTimeout);
|
|
clearTimeout(_this._previousDelayedSimpleClickTimeout);
|
|
@@ -18952,7 +18950,6 @@ var BABYLON;
|
|
_this._previousStartingPointerPosition.x = _this._startingPointerPosition.x;
|
|
_this._previousStartingPointerPosition.x = _this._startingPointerPosition.x;
|
|
_this._previousStartingPointerPosition.y = _this._startingPointerPosition.y;
|
|
_this._previousStartingPointerPosition.y = _this._startingPointerPosition.y;
|
|
_this._previousButtonPressed = btn;
|
|
_this._previousButtonPressed = btn;
|
|
- _this._previousHasSwiped = clickInfo.hasSwiped;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|