MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / ShowExampleAppConsole

Function ShowExampleAppConsole

3rdparty/imgui/src/imgui_demo.cpp:9312–9316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9310};
9311
9312static void ShowExampleAppConsole(bool* p_open)
9313{
9314 static ExampleAppConsole console;
9315 console.Draw("Example: Console", p_open);
9316}
9317
9318//-----------------------------------------------------------------------------
9319// [SECTION] Example App: Image Viewer / ShowExampleAppImageViewer()

Callers 1

ShowDemoWindowMethod · 0.85

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected