Internals: Tweaks to ItemSize() should be harmless. Added DebugDrawItemRect() helper.

This commit is contained in:
omar
2019-10-03 15:59:36 +02:00
parent 892dfb1dea
commit a6c3be4bda
3 changed files with 14 additions and 11 deletions

View File

@ -112,6 +112,7 @@ static ImVec2 InputTextCalcTextSizeW(const ImWchar* text_begin, const
//-------------------------------------------------------------------------
// [SECTION] Widgets: Text, etc.
//-------------------------------------------------------------------------
// - TextEx() [Internal]
// - TextUnformatted()
// - Text()
// - TextV()