소스 검색

added 9.0.28 events

Nicolas Cannasse 18 년 전
부모
커밋
98fb070046
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }