|
@@ -30,6 +30,30 @@ extern class Capabilities
|
|
|
static var localFileReadDisable:Bool;
|
|
|
static var windowlessDisable:Bool;
|
|
|
|
|
|
+ #if flash_lite
|
|
|
+ static var hasCompoundSound:Bool;
|
|
|
+ static var hasEmail:Bool;
|
|
|
+ static var hasMMS:Bool;
|
|
|
+ static var hasSMS:Bool;
|
|
|
+ static var hasMFI:Bool;
|
|
|
+ static var hasMIDI:Bool;
|
|
|
+ static var hasSMAF:Bool;
|
|
|
+ static var hasDataLoading:Bool;
|
|
|
+ static var has4WayKeyAS:Bool;
|
|
|
+ static var hasMouse:Bool;
|
|
|
+ static var hasMappableSoftKeys:Bool;
|
|
|
+ static var hasCMIDI:Bool;
|
|
|
+ static var hasStylus:Bool;
|
|
|
+ static var screenOrientation:String;
|
|
|
+ static var hasSharedObjects:Bool;
|
|
|
+ static var hasQWERTYKeyboard:Bool;
|
|
|
+ static var softKeyCount:Float;
|
|
|
+ static var audioMIMETypes:Array<String>;
|
|
|
+ static var imageMIMETypes:Array<String>;
|
|
|
+ static var videoMIMETypes:Array<String>;
|
|
|
+ static var MIMETypes:String;
|
|
|
+ #end
|
|
|
+
|
|
|
private static function __init__() : Void untyped {
|
|
|
flash.system.Capabilities = _global["System"]["capabilities"];
|
|
|
}
|