package flash.system; @:fakeEnum(String) extern enum TouchscreenType { FINGER; NONE; STYLUS; }