requestClose method
void
requestClose()
Implementation
void requestClose() {
if (unfocus[0] && unfocus[1]) {
close();
unfocus[0] = false;
unfocus[1] = false;
}
}
void requestClose() {
if (unfocus[0] && unfocus[1]) {
close();
unfocus[0] = false;
unfocus[1] = false;
}
}