TextFieldType.hx 88 B

123456
  1. package flash.text;
  2. @:fakeEnum(String) extern enum TextFieldType {
  3. DYNAMIC;
  4. INPUT;
  5. }