mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-28 07:47:02 -05:00
Updated Multi Viewports (markdown)
@@ -25,7 +25,7 @@ If you are using platform and renderer back-ends from the `backends/` folder, th
|
||||
- Add to your configuration flags:
|
||||
|
||||
```cpp
|
||||
ImGui::GetIO().ConfigFlags |= ImGuiConfigFlags_ViewportsEnable;`
|
||||
ImGui::GetIO().ConfigFlags |= ImGuiConfigFlags_ViewportsEnable;
|
||||
```
|
||||
|
||||
- Add in your main loop, after rendering your main viewport:
|
||||
|
||||
Reference in New Issue
Block a user