MCPcopy Create free account
hub / github.com/AshenvaleZX/ZXEngine / BeginPopupModal

Method BeginPopupModal

CPPScripts/External/ImGui/imgui.cpp:11783–11815  ·  view source on GitHub ↗

If 'p_open' is specified for a modal popup window, the popup will have a regular close button which will close the popup. Note that popup visibility status is owned by Dear ImGui (and manipulated with e.g. OpenPopup). - *p_open set back to false in BeginPopupModal() when popup is not open. - if you set *p_open to false before calling BeginPopupModal(), it will close the popup.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

ImVec2Function · 0.85
GetCenterMethod · 0.80
GetIDMethod · 0.45
ClearFlagsMethod · 0.45

Tested by

no test coverage detected