فهرست منبع

use MainLoop for hxsdl/hl

ncannasse 9 سال پیش
والد
کامیت
b4c7167c1c
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      hxd/System.hx

+ 5 - 0
hxd/System.hx

@@ -622,8 +622,13 @@ class System {
 		}
 		}
 		win = new sdl.Window("", windowWidth, windowHeight);
 		win = new sdl.Window("", windowWidth, windowHeight);
 		init();
 		init();
+		#if hl
+		sdl.Sdl.defaultEventHandler = onEvent;
+		haxe.MainLoop.add(mainLoop);
+		#else
 		sdl.Sdl.loop(mainLoop,onEvent);
 		sdl.Sdl.loop(mainLoop,onEvent);
 		sdl.Sdl.quit();
 		sdl.Sdl.quit();
+		#end
 	}
 	}
 
 
 	#elseif hl
 	#elseif hl