2
0
Эх сурвалжийг харах

fix key shortcuts not working in scene editors

trethaller 6 жил өмнө
parent
commit
f41de09f0d
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      hide/comp/Scene.hx

+ 1 - 0
hide/comp/Scene.hx

@@ -99,6 +99,7 @@ class Scene extends Component implements h3d.IDrawable {
 	function delayedInit() {
 		canvas.id = "webgl";
 		window = @:privateAccess new hxd.Window(canvas);
+		window.propagateKeyEvents = true;
 		window.setCurrent();
 		engine = new h3d.Engine();
 		@:privateAccess engine.resCache.set(Scene, this);