-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Closed
Labels
dockinglabel/id and id stackimplicit identifiers, pushid(), id stackimplicit identifiers, pushid(), id stacksettings.ini persistance.ini persistance
Description
Version/Branch of Dear ImGui:
1.91.6 docking
Back-ends:
n/a
Compiler, OS:
Win10 MSVC 2022
Details:
I've seen a couple of options for trying to get a window's docked status on the web, but only after the window has been opened. I'm trying to be able to modify a given user-defined color for the window background based on whether it's docked or not, so I need to know the docked status beforehand. However, using ImGui::GetID() with the same string that I use later to open the window with Begin() doesn't return anything useful (I feel like it's a garbage ID). Is there any way to get the raw data that would be stored in the .ini for that status, or some other way I'm missing?
Metadata
Metadata
Assignees
Labels
dockinglabel/id and id stackimplicit identifiers, pushid(), id stackimplicit identifiers, pushid(), id stacksettings.ini persistance.ini persistance