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