pkdawson / imgui-godot

Dear ImGui plugin for Godot 4
MIT License
318 stars 18 forks source link

How to make an interface in the Godot window #60

Closed JekSun97 closed 1 month ago

JekSun97 commented 1 month ago

I noticed that all the windows are separated from the main window of the Godot application, how can I control which window is inside the game and which is a separate window?

JekSun97 commented 1 month ago

Sorry, I had it so the windows were separate

var io := ImGui.GetIO()
io.ConfigFlags |= ImGui.ConfigFlags_ViewportsEnable