mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
ImGui: Replaced helpers Push/PopEnabled with Begin/EndDisabled functionality from ImGui.
This commit is contained in:
2
3rdparty/dear-imgui/imgui_user.h
vendored
2
3rdparty/dear-imgui/imgui_user.h
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user