|
Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
|
Public Member Functions | |
| void | Clear () |
| void | AddLog (const char *fmt,...) IM_FMTARGS(2) |
| void | Draw (const char *title, bool *p_open=NULL) |
Public Attributes | |
| ImGuiTextBuffer | Buf |
| ImGuiTextFilter | Filter |
| ImVector< int > | LineOffsets |
| bool | ScrollToBottom |
Definition at line 2569 of file imgui_demo.cpp.
|
inline |
Definition at line 2578 of file imgui_demo.cpp.
|
inline |
Definition at line 2576 of file imgui_demo.cpp.
|
inline |
Definition at line 2591 of file imgui_demo.cpp.
| ImGuiTextBuffer ExampleAppLog::Buf |
Definition at line 2571 of file imgui_demo.cpp.
| ImGuiTextFilter ExampleAppLog::Filter |
Definition at line 2572 of file imgui_demo.cpp.
| ImVector<int> ExampleAppLog::LineOffsets |
Definition at line 2573 of file imgui_demo.cpp.
| bool ExampleAppLog::ScrollToBottom |
Definition at line 2574 of file imgui_demo.cpp.
1.8.11