Searched refs:DragDropAcceptIdPrev (Results 1 – 2 of 2) sorted by relevance
879 …ImGuiID DragDropAcceptIdPrev; // Target item id from previous frame … member1012 DragDropAcceptIdPrev = DragDropAcceptIdCurr = 0; in ImGuiContext()
3462 g.DragDropAcceptIdPrev = g.DragDropAcceptIdCurr; in NewFrame()8480 g.DragDropAcceptIdCurr = g.DragDropAcceptIdPrev = 0; in ClearDragDrop()8572 … if (g.DragDropAcceptIdPrev && (g.DragDropAcceptFlags & ImGuiDragDropFlags_AcceptNoPreviewTooltip)) in BeginDragDropSource()8702 return g.DragDropActive && g.DragDropAcceptIdPrev != 0; in IsDragDropPayloadBeingAccepted()8717 const bool was_accepted_previously = (g.DragDropAcceptIdPrev == g.DragDropTargetId); in AcceptDragDropPayload()