📄 ieventdispatcher.hx
字号:
package flash.events;extern interface IEventDispatcher { function new() : Void; function addEventListener(type : String, listener : Dynamic -> Void, ?useCapture : Bool, ?priority : Int, ?useWeakReference : Bool) : Void; function dispatchEvent(event : flash.events.Event) : Bool; function hasEventListener(type : String) : Bool; function removeEventListener(type : String, listener : Dynamic -> Void, ?useCapture : Bool) : Void; function willTrigger(type : String) : Bool;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -