Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h880 …int DragDropAcceptFrameCount; // Last time a target expressed a desi… member
1013 DragDropAcceptFrameCount = -1; in ImGuiContext()
Dimgui.cpp8482 g.DragDropAcceptFrameCount = -1; in ClearDragDrop()
8644 …return (g.DragDropAcceptFrameCount == g.FrameCount) || (g.DragDropAcceptFrameCount == g.FrameCount… in SetDragDropPayload()
8740 g.DragDropAcceptFrameCount = g.FrameCount; in AcceptDragDropPayload()