| 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); |