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

Function ShowExampleAppAssetsBrowser

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

Source from the content-addressed store, hash-verified

11177};
11178
11179void ShowExampleAppAssetsBrowser(bool* p_open)
11180{
11181 IMGUI_DEMO_MARKER("Examples/Assets Browser");
11182 static ExampleAssetsBrowser assets_browser;
11183 assets_browser.Draw("Example: Assets Browser", p_open);
11184}
11185
11186// End of Demo code
11187#else

Callers 1

ShowDemoWindowMethod · 0.85

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected