ソースを参照

make sure to reset propagate=false if currentDrag is propogating the event

Nicolas Cannasse 1 年間 前
コミット
27c55c80f5
1 ファイル変更1 行追加0 行削除
  1. 1 0
      hxd/SceneEvents.hx

+ 1 - 0
hxd/SceneEvents.hx

@@ -360,6 +360,7 @@ class SceneEvents {
 					e.relY = oy;
 					if( !e.propagate )
 						continue;
+					e.propagate = false;
 				}
 
 				emitEvent(e);