You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for similar questions and although people were asking, there's no official solution. The 437 issue looks promising - here @ocornut mentions that some hooks are now possible and exposed. What are these hooks and how to use them? I saw the ImGuiSettingsHandler struct in imgui_internal.h and I suspect these are the hooks Omar mentioned. But again, how to use them to save a check box state, or, say, a text box text?
The text was updated successfully, but these errors were encountered:
Sure. The beauty of the library is that it does a single thing and does it good!
But still, I'd like to reuse the functionality that's already in the library and would kindly request a sample usage of ImGuiSettingsHandler to save and retrieve a custom state, if it's possible at all.
Version/Branch of Dear ImGui:
Version 1.90, Branch: docking
Back-ends:
custom
Compiler, OS:
Ubuntu 20.04
My Issue/Question:
I have searched for similar questions and although people were asking, there's no official solution. The 437 issue looks promising - here @ocornut mentions that some hooks are now possible and exposed. What are these hooks and how to use them? I saw the
ImGuiSettingsHandler
struct inimgui_internal.h
and I suspect these are the hooks Omar mentioned. But again, how to use them to save a check box state, or, say, a text box text?The text was updated successfully, but these errors were encountered: