package flash.system; @:native("flash.system.TouchscreenType") extern enum abstract TouchscreenType(String) { var FINGER; var NONE; var STYLUS; }