MCPcopy Create free account
hub / github.com/JRickey/BattleShip / Tooltip

Function Tooltip

port/gui/UIWidgets.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void Tooltip(const char* text) {
64 if (ImGui::IsItemHovered()) {
65 ImGui::SetTooltip("%s", WrappedText(text).c_str());
66 }
67}
68
69void PushStyleMenu(const ImVec4& color) {
70 ImGui::PushStyleColor(ImGuiCol_Header, ImVec4(color.x, color.y, color.z, 0.5f));

Callers

nothing calls this directly

Calls 1

WrappedTextFunction · 0.85

Tested by

no test coverage detected