浏览代码

sync lime

Pascal Peridont 9 年之前
父节点
当前提交
ac4bd7b0fd
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      hxd/impl/LimeStage.hx

+ 2 - 0
hxd/impl/LimeStage.hx

@@ -161,6 +161,8 @@ class LimeStage implements lime.app.IModule {
 	
 	public function onWindowRestore( window ){ }
 
+	public function onWindowDropFile( window, file:String ){ }
+
 	public function update( dt ){ }
 		
 }