setTouchMoveHandle method

void setTouchMoveHandle(
  1. bool flag
)

Implementation

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