Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ LabelText
Function
LabelText
Source/GUI/ImGuiBinding.cpp:718–720 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
716
}
717
718
void LabelText(const char* label, const char* text) {
719
ImGui::LabelText(label,
"%s"
, text);
720
}
721
722
void BulletText(const char* text) {
723
ImGui::BulletText(
"%s"
, text);
Callers
4
imgui_label_text
Function · 0.85
DemoWindowWidgetsBasic
Function · 0.85
InputMapping
Function · 0.85
Demo_Heatmaps
Function · 0.85
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected