MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / GetIDFromRectangle

Method GetIDFromRectangle

Source/3rdParty/imgui/imgui.cpp:9232–9238  ·  view source on GitHub ↗

"

Source from the content-addressed store, hash-verified

9230
9231// "
9232ImGuiID ImGuiWindow::GetIDFromRectangle(const ImRect& r_abs)
9233{
9234 ImGuiID seed = IDStack.back();
9235 ImRect r_rel = ImGui::WindowRectAbsToRel(this, r_abs);
9236 ImGuiID id = ImHashData(&r_rel, sizeof(r_rel), seed);
9237 return id;
9238}
9239
9240void ImGui::PushID(const char* str_id)
9241{

Callers 2

BeginDragDropSourceMethod · 0.80
BeginDragDropTargetMethod · 0.80

Calls 3

WindowRectAbsToRelFunction · 0.85
ImHashDataFunction · 0.85
backMethod · 0.45

Tested by

no test coverage detected