94 void Open(std::string_view
id);
101 void Close(std::string_view
id);
112 void Popup(std::string_view humanReadable, std::string_view
id,
113 double dt, std::function<
void()> popup);
126 void Modal(std::string_view humanReadable, std::string_view
id,
127 double dt, std::function<
void()> popup);
136 [[nodiscard]]
bool IsOpen(std::string_view
id)
const;
145 bool*
Get(std::string_view
id);
160 std::unordered_map<std::string_view, PopupEntry>
m_Popups;