Files
lime/externs/air/flash/sensors/DeviceRotation.hx
2019-02-14 08:41:20 -08:00

10 lines
253 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;
}