MultiLine text display

This commit is contained in:
Bruno Herbelin
2021-12-31 13:16:16 +01:00
parent 8838c19c39
commit 17018c137f
2 changed files with 13 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ namespace ImGuiToolkit
// text input
bool InputText(const char* label, std::string* str);
bool InputTextMultiline(const char* label, std::string* str, const ImVec2& size = ImVec2(0, 0), int linesize = 0);
void ShowTextMultiline(const char* label, const std::string &str, float width);
// accent color of UI
typedef enum {