forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
9
Kha/Tools/linux_arm64/std/flash/display/Worker.hx
Normal file
9
Kha/Tools/linux_arm64/std/flash/display/Worker.hx
Normal file
@ -0,0 +1,9 @@
|
||||
package flash.display;
|
||||
|
||||
@:require(flash11_2) extern final class Worker extends flash.events.EventDispatcher {
|
||||
var running(default,null) : Bool;
|
||||
var view(default,null) : StageWorker;
|
||||
function new() : Void;
|
||||
function load(request : flash.net.URLRequest) : Void;
|
||||
function unload() : Void;
|
||||
}
|
Reference in New Issue
Block a user