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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h855 ImGuiHoveredFlags_AllowWhenBlockedByActiveItem = 1 << 5, // Return true even if an active item is blocking access to this item/window. Useful for Drag and Drop patterns. enumerator in enum:ImGuiHoveredFlags_
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h855 ImGuiHoveredFlags_AllowWhenBlockedByActiveItem = 1 << 5, // Return true even if an active item is blocking access to this item/window. Useful for Drag and Drop patterns. enumerator in enum:ImGuiHoveredFlags_

Completed in 16 milliseconds