⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ieventdispatcher.hx

📁 ocaml编写的一个flash编译器
💻 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 + -