MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / LocalizeGetMsg

Function LocalizeGetMsg

KBotExt/imgui/imgui_internal.h:2851–2851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2849 // Localization
2850 IMGUI_API void LocalizeRegisterEntries(const ImGuiLocEntry* entries, int count);
2851 inline const char* LocalizeGetMsg(ImGuiLocKey key) { ImGuiContext& g = *GImGui; const char* msg = g.LocalizationTable[key]; return msg ? msg : "*Missing Text*"; }
2852
2853 // Scrolling
2854 IMGUI_API void SetScrollX(ImGuiWindow* window, float scroll_x);

Callers 2

TableDrawContextMenuMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected