Initial support for AIR
This commit is contained in:
7
externs/air/flash/html/HTMLPopupWindow.hx
Normal file
7
externs/air/flash/html/HTMLPopupWindow.hx
Normal file
@@ -0,0 +1,7 @@
|
||||
package flash.html;
|
||||
|
||||
extern class HTMLPopupWindow {
|
||||
function new(owner : HTMLLoader, closePopupWindowIfNeededClosure : Dynamic, setDeactivateClosure : Dynamic, computedFontSize : Float) : Void;
|
||||
function close() : Void;
|
||||
function isActive() : Bool;
|
||||
}
|
||||
Reference in New Issue
Block a user