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