forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
package flash.accessibility;
|
||||
|
||||
@:require(flash10_1) extern interface ISimpleTextSelection {
|
||||
@:flash.property var selectionActiveIndex(get,never) : Int;
|
||||
@:flash.property var selectionAnchorIndex(get,never) : Int;
|
||||
private function get_selectionActiveIndex() : Int;
|
||||
private function get_selectionAnchorIndex() : Int;
|
||||
}
|
Reference in New Issue
Block a user