Docking support
#106
-
|
Hey, I was digging around a little and couldn't get window docking to work. I assume this is not built off the docking branch? If so, how could I go about building one with this feature? |
Beta Was this translation helpful? Give feedback.
Answered by
pkdawson
Jun 16, 2025
Replies: 1 comment 1 reply
-
|
imgui-godot is indeed based on the docking branch. You'll need to set the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
WXAGames
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
imgui-godot is indeed based on the docking branch. You'll need to set the
DockingEnableconfig flag as usual, but otherwise everything should work.