MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / ShowExampleAppAssetsBrowser

Function ShowExampleAppAssetsBrowser

external/imgui/imgui_demo.cpp:11196–11201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11194};
11195
11196void ShowExampleAppAssetsBrowser(bool* p_open)
11197{
11198 IMGUI_DEMO_MARKER("Examples/Assets Browser");
11199 static ExampleAssetsBrowser assets_browser;
11200 assets_browser.Draw("Example: Assets Browser", p_open);
11201}
11202
11203// End of Demo code
11204#else

Callers 1

ShowDemoWindowMethod · 0.85

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected