Searched refs:DragDropAcceptIdCurrRectSurface (Results 1 – 2 of 2) sorted by relevance
877 …float DragDropAcceptIdCurrRectSurface; // Target item surface (we resolve ove… member1011 DragDropAcceptIdCurrRectSurface = 0.0f; in ImGuiContext()
3464 g.DragDropAcceptIdCurrRectSurface = FLT_MAX; in NewFrame()8481 g.DragDropAcceptIdCurrRectSurface = FLT_MAX; in ClearDragDrop()8720 if (r_surface < g.DragDropAcceptIdCurrRectSurface) in AcceptDragDropPayload()8724 g.DragDropAcceptIdCurrRectSurface = r_surface; in AcceptDragDropPayload()