11 lines
396 B
Haxe
Raw Permalink Normal View History

2025-01-22 16:18:30 +01:00
package flash.sensors;
@:require(flash10_1) extern class Accelerometer extends flash.events.EventDispatcher {
@:flash.property var muted(get,never) : Bool;
function new() : Void;
private function get_muted() : Bool;
function setRequestedUpdateInterval(interval : Float) : Void;
@:flash.property static var isSupported(get,never) : Bool;
private static function get_isSupported() : Bool;
}