TextFieldType.hx 69 B

123456
  1. package flash.text;
  2. extern enum TextFieldType {
  3. DYNAMIC;
  4. INPUT;
  5. }