setAttachedToWindowHandle method
Implementation
void setAttachedToWindowHandle(bool flag) {
if (!handleGestureBySelf()) {
_dispatcher.listenAttachedToWindow = flag;
}
}
void setAttachedToWindowHandle(bool flag) {
if (!handleGestureBySelf()) {
_dispatcher.listenAttachedToWindow = flag;
}
}