瀏覽代碼

Examples: Fixed physics_ammo mouse event.

Mr.doob 4 年之前
父節點
當前提交
9f2226e76d
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      examples/physics_ammo_break.html
  2. 1 1
      examples/physics_ammo_volume.html

+ 1 - 1
examples/physics_ammo_break.html

@@ -376,7 +376,7 @@
 
 		function initInput() {
 
-			window.addEventListener( 'mousedown', function ( event ) {
+			window.addEventListener( 'pointerdown', function ( event ) {
 
 				mouseCoords.set(
 					( event.clientX / window.innerWidth ) * 2 - 1,

+ 1 - 1
examples/physics_ammo_volume.html

@@ -345,7 +345,7 @@
 
 			function initInput() {
 
-				window.addEventListener( 'mousedown', function ( event ) {
+				window.addEventListener( 'pointerdown', function ( event ) {
 
 					if ( ! clickRequest ) {