forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
8
Kha/Tools/linux_x64/std/flash/events/AVLoadInfoEvent.hx
Normal file
8
Kha/Tools/linux_x64/std/flash/events/AVLoadInfoEvent.hx
Normal file
@ -0,0 +1,8 @@
|
||||
package flash.events;
|
||||
|
||||
extern class AVLoadInfoEvent extends Event {
|
||||
@:flash.property var loadInfo(get,never) : flash.utils.Dictionary;
|
||||
function new(?type : String, bubbles : Bool = false, cancelable : Bool = false, ?inLoadInfo : flash.utils.Dictionary) : Void;
|
||||
private function get_loadInfo() : flash.utils.Dictionary;
|
||||
static final AV_LOAD_INFO : Dynamic;
|
||||
}
|
Reference in New Issue
Block a user