Clarification about Im helpers + moving GetColorXXX functions outside of that block.

This commit is contained in:
omar
2019-12-17 13:19:36 +01:00
parent 3a800f2dc9
commit 10fdc03a46
2 changed files with 35 additions and 33 deletions

View File

@ -192,6 +192,8 @@ extern IMGUI_API ImGuiContext* GImGui; // Current implicit context pointer
//-----------------------------------------------------------------------------
// Generic helpers
// Note that the ImXXX helpers functions are lower-level than ImGui functions.
// ImGui functions or the ImGui context are never called/used from other ImXXX functions.
//-----------------------------------------------------------------------------
// - Helpers: Misc
// - Helpers: Bit manipulation