Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h875 ImGuiID DragDropTargetId; member
1009 DragDropTargetId = 0; in ImGuiContext()
Dimgui.cpp8664 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()