Browse Source

added 9.0.28 events

Nicolas Cannasse 18 năm trước cách đây
mục cha
commit
98fb070046
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      std/flash9/events/Event.hx

+ 3 - 0
std/flash9/events/Event.hx

@@ -38,4 +38,7 @@ extern class Event {
 	static var TAB_ENABLED_CHANGE : String;
 	static var TAB_INDEX_CHANGE : String;
 	static var UNLOAD : String;
+	// player 9.0.28
+	static var ADDED_TO_STAGE : String;
+	static var REMOVED_FROM_STAGE : String;
 }