Update AIR externs
This commit is contained in:
8
externs/air/flash/sensors/DeviceRotation.hx
Normal file
8
externs/air/flash/sensors/DeviceRotation.hx
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user