Gabriel
Gabriel

Reputation: 86

ImGuiConfigFlags_DockingEnable not found

I'm trying to implement ImGui in my opengl app, but, for some reasons, the flag:

ImGuiConfigFlags_DockingEnable

is not found. I even tried to go in the files and I didn't find the ImGuiConfigFlags_DockingEnable flag in ImGuiConfigFlags_ enum. Any idea?

PS: I included these files: Files

Upvotes: 0

Views: 2528

Answers (1)

Rewriter
Rewriter

Reputation: 31

I might be too late, but it seems like you are using master branch of imgui and this flag is in docking branch

Upvotes: 3

Related Questions