Home
last modified time | relevance | path

Searched refs:DragDropAcceptIdPrev (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h879 …ImGuiID DragDropAcceptIdPrev; // Target item id from previous frame … member
1012 DragDropAcceptIdPrev = DragDropAcceptIdCurr = 0; in ImGuiContext()
Dimgui.cpp3462 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()