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