|
@@ -4114,6 +4114,7 @@ window.Modernizr = function(n, e, t) {
|
|
, i = (e.touches[0].clientY - e.touches[1].clientY) / $("#player").height();
|
|
, i = (e.touches[0].clientY - e.touches[1].clientY) / $("#player").height();
|
|
this.pinchDistance = Math.sqrt(t * t + i * i)
|
|
this.pinchDistance = Math.sqrt(t * t + i * i)
|
|
}
|
|
}
|
|
|
|
+ SoundManager.pause('tour')
|
|
this.emit(u.InputStart, "touch")
|
|
this.emit(u.InputStart, "touch")
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -4137,7 +4138,6 @@ window.Modernizr = function(n, e, t) {
|
|
case c.LEFT:
|
|
case c.LEFT:
|
|
this.startRotationFrom(e.clientX, e.clientY)
|
|
this.startRotationFrom(e.clientX, e.clientY)
|
|
}
|
|
}
|
|
- SoundManager.pause('tour') // 周恩光 点击场景时停止语音
|
|
|
|
this.emit(u.InputStart, "mouse")
|
|
this.emit(u.InputStart, "mouse")
|
|
}
|
|
}
|
|
}
|
|
}
|