MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / sectionHeader

Function sectionHeader

TheForceEngine/TFE_Editor/editor.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 void sectionHeader(const char* text)
231 {
232 ImGui::TextColored({ 0.306f, 0.788f, 0.69f, 1.0f }, "%s", text);
233 }
234
235 void optionCheckbox(const char* name, u32* flags, u32 flagValue, s32 width)
236 {

Callers 2

interfacePrefFunction · 0.85
infoPanelGuidelineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected