Lines Matching defs:source_id
8496 ImGuiID source_id = 0;
8501 source_id = window->DC.LastItemId;
8502 if (source_id != 0 && g.ActiveId != source_id) // Early out for most common case
8507 if (source_id == 0)
8524 source_id = window->DC.LastItemId = window->GetIDFromRectangle(window->DC.LastItemRect);
8526 SetHoveredID(source_id);
8529 SetActiveID(source_id, window);
8532 if (g.ActiveId == source_id) // Allow the underlying widget to display/return hovered during the mouse release frame, else we would get a flicker.
8539 if (g.ActiveId != source_id)
8547 source_id = ImHashStr("#SourceExtern", 0);
8555 IM_ASSERT(source_id != 0);
8558 payload.SourceId = source_id;