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

@@ -0,0 +1,8 @@
package flash.sensors;
extern class DeviceRotation extends flash.events.EventDispatcher {
var muted(default,never) : Bool;
function new() : Void;
function setRequestedUpdateInterval(interval : Float) : Void;
static var isSupported(default,never) : Bool;
}