package openfl.ui {
/**
 * @externs
 */
public class MultitouchInputMode {
	public static const GESTURE:String = "gesture";
	public static const NONE:String = "none";
	public static const TOUCH_POINT:String = "touchPoint";
}
}
