Files
LNXSDK/Kha/Tools/macos_arm64/std/flash/accessibility/ISimpleTextSelection.hx
2026-05-21 20:15:16 -07:00

9 lines
319 B
Haxe

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;
}