package openfl.system {
	
	
	/**
	 * @externs
	 */
	final public class TouchscreenType {
		
		public static const FINGER:String = "finger";
		public static const NONE:String = "none";
		public static const STYLUS:String = "stylus";
		
	}
	
	
}