LNXSDK/Kha/Tools/windows_x64/std/flash/accessibility/ISimpleTextSelection.hx

9 lines
319 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
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;
}