forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
package flash.accessibility;
|
||||
|
||||
extern class AccessibilityProperties {
|
||||
var description : String;
|
||||
var forceSimple : Bool;
|
||||
var name : String;
|
||||
var noAutoLabeling : Bool;
|
||||
var shortcut : String;
|
||||
var silent : Bool;
|
||||
function new() : Void;
|
||||
}
|
Reference in New Issue
Block a user