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

Function DebugStartItemPicker

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

Source from the content-addressed store, hash-verified

3250 IMGUI_API void DebugLocateItemOnHover(ImGuiID target_id); // Only call on reaction to a mouse Hover: because only 1 at the same time!
3251 IMGUI_API void DebugLocateItemResolveWithLastItem();
3252 inline void DebugStartItemPicker() { ImGuiContext& g = *GImGui; g.DebugItemPickerActive = true; }
3253 IMGUI_API void ShowFontAtlas(ImFontAtlas* atlas);
3254 IMGUI_API void DebugHookIdInfo(ImGuiID id, ImGuiDataType data_type, const void* data_id, const void* data_id_end);
3255 IMGUI_API void DebugNodeColumns(ImGuiOldColumns* columns);

Callers 1

ShowMetricsWindowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected