MCPcopy Create free account
hub / github.com/cinder/Cinder / LocalizeGetMsg

Function LocalizeGetMsg

include/imgui/imgui_internal.h:3210–3210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3208 // Localization
3209 IMGUI_API void LocalizeRegisterEntries(const ImGuiLocEntry* entries, int count);
3210 inline const char* LocalizeGetMsg(ImGuiLocKey key) { ImGuiContext& g = *GImGui; const char* msg = g.LocalizationTable[key]; return msg ? msg : "*Missing Text*"; }
3211
3212 // Scrolling
3213 IMGUI_API void SetScrollX(ImGuiWindow* window, float scroll_x);

Callers 3

TextLinkOpenURLMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected