carb::simplegui::kDragDropFlagSourceNoDisableHover

Defined in carb/simplegui/SimpleGuiTypes.h

const DragDropFlags carb::simplegui::kDragDropFlagSourceNoDisableHover = 1 << 1

By default, when dragging we clear data so that IsItemHovered() will return true, to avoid subsequent user code submitting tooltips. This flag disable this behavior so you can still call IsItemHovered() on the source item.