From b4e15a8551833a5eeaf75e37544f7cd144cc5ea2 Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 17 Feb 2021 12:43:48 +0100 Subject: [PATCH] Links --- Glossary.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Glossary.md b/Glossary.md index 4b45b9a..55b7246 100644 --- a/Glossary.md +++ b/Glossary.md @@ -36,6 +36,8 @@ ## 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** (noun): refers to the Docking subsystem as a whole. @@ -60,6 +62,8 @@ ## 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) 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_".