ui: Improved welcome screen drawing

This commit is contained in:
WerWolv
2021-08-22 22:11:55 +02:00
parent 4ea6f61c52
commit a88cd4d23d
2 changed files with 12 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ namespace ImGui {
bool BulletHyperlink(const char* label, const ImVec2& size_arg = ImVec2(0, 0), ImGuiButtonFlags flags = 0);
bool DescriptionButton(const char* label, const char* description, const ImVec2& size_arg = ImVec2(0, 0), ImGuiButtonFlags flags = 0);
void UnderlinedText(const char* label, ImColor color, const ImVec2& size_arg = ImVec2(0, 0));
void UnderlinedText(const char* label, ImColor color = ImGui::GetStyleColorVec4(ImGuiCol_Text), const ImVec2& size_arg = ImVec2(0, 0));
void Disabled(const std::function<void()> &widgets, bool disabled);
void TextSpinner(const char* label);