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

Function editor_button

TheForceEngine/TFE_Editor/editor.cpp:1329–1332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1327 }
1328
1329 bool editor_button(const char* label)
1330 {
1331 return ImGui::Button(editor_getUniqueLabel(label));
1332 }
1333
1334 bool mouseInsideItem()
1335 {

Calls 2

ButtonEnum · 0.85
editor_getUniqueLabelFunction · 0.85

Tested by

no test coverage detected