MCPcopy 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
718void LabelText(const char* label, const char* text) {
719 ImGui::LabelText(label, "%s", text);
720}
721
722void BulletText(const char* text) {
723 ImGui::BulletText("%s", text);

Callers 4

imgui_label_textFunction · 0.85
DemoWindowWidgetsBasicFunction · 0.85
InputMappingFunction · 0.85
Demo_HeatmapsFunction · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected