MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / ShowExampleAppConsole

Function ShowExampleAppConsole

Source/ThirdParty/imgui/imgui_demo.cpp:3965–3969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3963};
3964
3965static void ShowExampleAppConsole(bool* p_open)
3966{
3967 static ExampleAppConsole console;
3968 console.Draw("Example: Console", p_open);
3969}
3970
3971//-----------------------------------------------------------------------------
3972// [SECTION] Example App: Debug Log / ShowExampleAppLog()

Callers 1

ShowDemoWindowMethod · 0.85

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected