MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / isPopupOpen

Function isPopupOpen

TheForceEngine/TFE_Editor/editor.cpp:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281 }
282
283 bool isPopupOpen()
284 {
285 return s_editorPopup != POPUP_NONE && !s_hidePopup;
286 }
287
288 void handlePopupBegin()
289 {

Callers 5

disableFunction · 0.85
browseTexturesFunction · 0.85
infoPanelObjectFunction · 0.85
isUiModalFunction · 0.85
updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected