MCPcopy Create free account
hub / github.com/RenderKit/embree / LocalizeGetMsg

Function LocalizeGetMsg

tutorials/common/imgui/imgui_internal.h:2766–2766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2764 // Localization
2765 IMGUI_API void LocalizeRegisterEntries(const ImGuiLocEntry* entries, int count);
2766 inline const char* LocalizeGetMsg(ImGuiLocKey key) { ImGuiContext& g = *GImGui; const char* msg = g.LocalizationTable[key]; return msg ? msg : "*Missing Text*"; }
2767
2768 // Scrolling
2769 IMGUI_API void SetScrollX(ImGuiWindow* window, float scroll_x);

Callers 2

TableDrawContextMenuMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected