📄 accessibilityimplementation.hx
字号:
package flash.accessibility;extern class AccessibilityImplementation { function new() : Void; function accDoDefaultAction(childID : UInt) : Void; function accLocation(childID : UInt) : Void; function accSelect(operation : UInt, childID : UInt) : Void; var errno : UInt; function getChildIDArray() : Array<Dynamic>; function get_accDefaultAction(childID : UInt) : String; function get_accFocus() : UInt; function get_accName(childID : UInt) : String; function get_accRole(childID : UInt) : UInt; function get_accSelection() : Array<Dynamic>; function get_accState(childID : UInt) : UInt; function get_accValue(childID : UInt) : String; function isLabeledBy(labelBounds : flash.geom.Rectangle) : Bool; var stub : Bool;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -