2
0

ISimpleTextSelection.hx 319 B

12345678
  1. package flash.accessibility;
  2. @:require(flash10_1) extern interface ISimpleTextSelection {
  3. @:flash.property var selectionActiveIndex(get,never) : Int;
  4. @:flash.property var selectionAnchorIndex(get,never) : Int;
  5. private function get_selectionActiveIndex() : Int;
  6. private function get_selectionAnchorIndex() : Int;
  7. }