MultitouchInputMode class
class MultitouchInputMode {
static const String GESTURE = "gesture";
static const String NONE = "none";
static const String TOUCH_POINT = "touchPoint";
}
class MultitouchInputMode {
static const String GESTURE = "gesture";
static const String NONE = "none";
static const String TOUCH_POINT = "touchPoint";
}