Links

omar 2021-02-17 12:43:48 +01:00
parent e536d964f9
commit b4e15a8551

@ -36,6 +36,8 @@
## Docking Terms ## Docking Terms
([Read about Docking](https://github.com/ocornut/imgui/wiki/Docking))
![Docking](https://user-images.githubusercontent.com/8225057/97541627-c0dea300-19c5-11eb-9416-8bb255e189a1.png) ![Docking](https://user-images.githubusercontent.com/8225057/97541627-c0dea300-19c5-11eb-9416-8bb255e189a1.png)
**Docking** (noun): refers to the Docking subsystem as a whole. **Docking** (noun): refers to the Docking subsystem as a whole.
@ -60,6 +62,8 @@
## Multi-Viewports Terms ## Multi-Viewports Terms
([Read about Docking](https://github.com/ocornut/imgui/wiki/Multi-Viewports))
![MultiViewports](https://user-images.githubusercontent.com/8225057/97542423-fe8ffb80-19c6-11eb-9bf5-e26d86364e55.png) ![MultiViewports](https://user-images.githubusercontent.com/8225057/97542423-fe8ffb80-19c6-11eb-9bf5-e26d86364e55.png)
Note: when talking about issues related to the multi-viewports feature, always try to remove ambiguity by specifying if an item is controlled by Dear ImGui or the host system - e.g. "_Dear ImGui Window_" vs "_Platform Window_". Note: when talking about issues related to the multi-viewports feature, always try to remove ambiguity by specifying if an item is controlled by Dear ImGui or the host system - e.g. "_Dear ImGui Window_" vs "_Platform Window_".