MCPcopy Create free account
hub / github.com/cinder/Cinder / ShowExampleAppConsole

Function ShowExampleAppConsole

src/imgui/imgui_demo.cpp:9113–9117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9111};
9112
9113static void ShowExampleAppConsole(bool* p_open)
9114{
9115 static ExampleAppConsole console;
9116 console.Draw("Example: Console", p_open);
9117}
9118
9119//-----------------------------------------------------------------------------
9120// [SECTION] Example App: Debug Log / ShowExampleAppLog()

Callers 1

ShowDemoWindowMethod · 0.85

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected