Add BeginWindowWithDisplaySettings with background opacity to start

This commit is contained in:
scawful
2024-01-22 22:08:29 -05:00
parent ff8a6a18f3
commit 2dbbeba44d
3 changed files with 39 additions and 7 deletions

View File

@@ -9,6 +9,12 @@ namespace yaze {
namespace app {
namespace gui {
void BeginWindowWithDisplaySettings(const char* id, bool* active,
const ImVec2& size = ImVec2(0, 0),
ImGuiWindowFlags flags = 0);
void EndWindowWithDisplaySettings();
void DrawDisplaySettings(ImGuiStyle* ref = nullptr);
void TextWithSeparators(const absl::string_view& text);