Dart DocumentationstagexlMultitouchInputMode

MultitouchInputMode class

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

Static Properties

const String GESTURE #

static const String GESTURE = "gesture"

const String NONE #

static const String NONE = "none"

const String TOUCH_POINT #

static const String TOUCH_POINT = "touchPoint"