MCPcopy Index your code
hub / github.com/EmulatorJS/EmulatorJS / isPopupOpen

Method isPopupOpen

data/src/emulator.js:1692–1694  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1690 })
1691 }
1692 isPopupOpen() {
1693 return this.cheatMenu.style.display !== "none" || this.netplayMenu.style.display !== "none" || this.controlMenu.style.display !== "none" || this.currentPopup !== null;
1694 }
1695 isChild(first, second) {
1696 if (!first || !second) return false;
1697 const adown = first.nodeType === 9 ? first.documentElement : first;

Callers 5

clickListenerMethod · 0.95
mouseListenerMethod · 0.95
createBottomMenuBarMethod · 0.95
keyChangeMethod · 0.95
gamepadEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected