setTouchDownHandle method
Implementation
void setTouchDownHandle(bool flag) {
if (!handleGestureBySelf()) {
setGestureType(GestureType.touchDown, flag);
}
}
void setTouchDownHandle(bool flag) {
if (!handleGestureBySelf()) {
setGestureType(GestureType.touchDown, flag);
}
}