ImGui: Replaced helpers Push/PopEnabled with Begin/EndDisabled functionality from ImGui.

This commit is contained in:
Бранимир Караџић
2025-10-22 17:08:20 -07:00
parent 0cbd4b5c51
commit 6175aa2bb7
5 changed files with 11 additions and 31 deletions

View File

@@ -14,7 +14,7 @@ namespace ImGui
};
};
void PushFont(Font::Enum _font);
void PushFont(Font::Enum _font, float _fontSizeBaseUnscaled = 0.0f);
// BK - simple string class for convenience.
class ImString