Searched defs:ImGuiDragDropFlags_SourceNoDisableHover (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h868 ImGuiDragDropFlags_SourceNoDisableHover = 1 << 1, // By default, when dragging we clear data so that IsItemHovered() will return false, to avoid subsequent user code submitting tooltips. This flag disable this behavior so you can still call IsItemHovered() on the source item. enumerator in enum:ImGuiDragDropFlags_
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h868 ImGuiDragDropFlags_SourceNoDisableHover = 1 << 1, // By default, when dragging we clear data so that IsItemHovered() will return false, to avoid subsequent user code submitting tooltips. This flag disable this behavior so you can still call IsItemHovered() on the source item. enumerator in enum:ImGuiDragDropFlags_

Completed in 16 milliseconds