Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
Callers
6
editor_infAddOrRemoveElevProperty
Function · 0.85
editor_infAddOrRemoveTriggerProperty
Function · 0.85
editor_infAddOrRemoveStopCmd
Function · 0.85
editor_infAddOrRemoveElevStopOrSlave
Function · 0.85
editor_infAddOrRemoveTriggerClient
Function · 0.85
editor_infEdit
Function · 0.85
Calls
2
Button
Enum · 0.85
editor_getUniqueLabel
Function · 0.85
Tested by
no test coverage detected