Searched defs:ExampleAppLog (Results 1 – 1 of 1) sorted by relevance
3378 struct ExampleAppLog struct3380 ImGuiTextBuffer Buf;3381 ImGuiTextFilter Filter;3382 …to lines offset. We maintain this with AddLog() calls, allowing us to have a random access on lines3383 bool ScrollToBottom;3385 void Clear() in Clear()3392 void AddLog(const char* fmt, ...) IM_FMTARGS(2) in AddLog()3405 void Draw(const char* title, bool* p_open = NULL) in Draw()