Update ImGui to v1.92.2b

This commit is contained in:
Dan Paulat 2025-08-27 22:48:49 -05:00
parent 26e7220959
commit dc96e3e3ad
11 changed files with 35 additions and 108 deletions

View file

@ -8,11 +8,7 @@
struct ImFontAtlas;
struct ImGuiContext;
namespace scwx
{
namespace qt
{
namespace model
namespace scwx::qt::model
{
class ImGuiContextModelImpl;
@ -46,6 +42,8 @@ public:
ImGuiContext* CreateContext(const std::string& name);
void DestroyContext(const std::string& name);
void NewFrame();
std::vector<ImGuiContextInfo> contexts() const;
ImFontAtlas* font_atlas();
@ -59,6 +57,4 @@ private:
std::unique_ptr<ImGuiContextModelImpl> p;
};
} // namespace model
} // namespace qt
} // namespace scwx
} // namespace scwx::qt::model