Update AIR externs

This commit is contained in:
Joshua Granick
2017-08-25 14:04:53 -07:00
parent 194bfde219
commit 03d66367c8
70 changed files with 239 additions and 143 deletions

View File

@@ -5,6 +5,7 @@ extern class HTMLHost {
var windowRect : flash.geom.Rectangle;
function new(defaultBehaviors : Bool=true) : Void;
function createWindow(windowCreateOptions : HTMLWindowCreateOptions) : HTMLLoader;
//function setHTMLControl(loader : HTMLLoader) : Void;
function updateLocation(locationURL : String) : Void;
function updateStatus(status : String) : Void;
function updateTitle(title : String) : Void;