ソースを参照

added haxe statics.

Nicolas Cannasse 20 年 前
コミット
ac9ebf2ea8
1 ファイル変更7 行追加1 行削除
  1. 7 1
      std/flash/Stage.hx

+ 7 - 1
std/flash/Stage.hx

@@ -1,5 +1,11 @@
-extern class Stage
+extern class Stage
 {
 {
+	/* haXe specific */
+	static var _global : Dynamic;
+	static var _root : MovieClip;
+	static var current : MovieClip;
+	/* end */
+
 	static var width:Float;
 	static var width:Float;
 	static var height:Float;
 	static var height:Float;
 	static var scaleMode:String;
 	static var scaleMode:String;