mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Log/Capture: reworked scope + decorating menus, tabs.
This commit is contained in:
parent
a4fcc93f4a
commit
f37a9a27e5
4 changed files with 10 additions and 1 deletions
|
|
@ -2321,6 +2321,7 @@ struct ImGuiContext
|
|||
// Capture/Logging
|
||||
bool LogEnabled; // Currently capturing
|
||||
ImGuiLogFlags LogFlags; // Capture flags/type
|
||||
ImGuiWindow* LogWindow;
|
||||
ImFileHandle LogFile; // If != NULL log to stdout/ file
|
||||
ImGuiTextBuffer LogBuffer; // Accumulation buffer when log to clipboard. This is pointer so our GImGui static constructor doesn't call heap allocators.
|
||||
const char* LogNextPrefix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue