MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / HelpMarker

Function HelpMarker

Source/3rdParty/implot/implot.cpp:4945–4954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4943}
4944
4945static void HelpMarker(const char* desc) {
4946 ImGui::TextDisabled("(?)");
4947 if (ImGui::IsItemHovered()) {
4948 ImGui::BeginTooltip();
4949 ImGui::PushTextWrapPos(ImGui::GetFontSize() * 35.0f);
4950 ImGui::TextUnformatted(desc);
4951 ImGui::PopTextWrapPos();
4952 ImGui::EndTooltip();
4953 }
4954}
4955
4956bool ShowStyleSelector(const char* label)
4957{

Callers 1

ShowStyleEditorFunction · 0.70

Calls 1

TextDisabledFunction · 0.85

Tested by

no test coverage detected