Searched refs:DragDropMouseButton (Results 1 – 2 of 2) sorted by relevance
872 int DragDropMouseButton; member1008 DragDropMouseButton = -1; in ImGuiContext()
3805 …pSourceFlags & ImGuiDragDropFlags_SourceAutoExpirePayload) || !IsMouseDown(g.DragDropMouseButton)); in EndFrame()8562 g.DragDropMouseButton = mouse_button; in BeginDragDropSource()8741 …payload.Delivery = was_accepted_previously && !IsMouseDown(g.DragDropMouseButton); // For extern d… in AcceptDragDropPayload()