Files
lime/externs/air/flash/sensors/DeviceRotation.hx
2017-08-25 14:04:53 -07:00

9 lines
261 B
Haxe

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;
}