MCPcopy Create free account
hub / github.com/brenocq/implot3d / DemoHeader

Function DemoHeader

implot3d_demo.cpp:1854–1859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1852}
1853
1854void DemoHeader(const char* label, void (*demo)()) {
1855 if (ImGui::TreeNodeEx(label)) {
1856 demo();
1857 ImGui::TreePop();
1858 }
1859}
1860
1861void ShowAllDemos() {
1862 ImGui::Text("ImPlot3D says olá! (%s) (%d)", IMPLOT3D_VERSION, IMPLOT3D_VERSION_NUM);

Callers 1

ShowAllDemosFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected