Searched refs:DragDropTargetId (Results 1 – 2 of 2) sorted by relevance
875 ImGuiID DragDropTargetId; member1009 DragDropTargetId = 0; in ImGuiContext()
8664 g.DragDropTargetId = id; in BeginDragDropTargetCustom()8694 g.DragDropTargetId = id; in BeginDragDropTarget()8717 const bool was_accepted_previously = (g.DragDropAcceptIdPrev == g.DragDropTargetId); in AcceptDragDropPayload()8723 g.DragDropAcceptIdCurr = g.DragDropTargetId; in AcceptDragDropPayload()