Kaynağa Gözat

added 9.0.28 events

Nicolas Cannasse 18 yıl önce
ebeveyn
işleme
98fb070046
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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;
 }