|
imgui-platform-kit 2.0.0
Cross-platform Dear ImGui application framework
|
A single log line: message text and its display colour. More...
#include <log_window.h>
Public Attributes | |
| std::string | message |
| Text of the log line. | |
| ImVec4 | color |
| Colour used to render the line (see imgui_kit::colours). | |
A single log line: message text and its display colour.
| ImVec4 imgui_kit::LogEntry::color |
Colour used to render the line (see imgui_kit::colours).
| std::string imgui_kit::LogEntry::message |
Text of the log line.