Home
last modified time | relevance | path

Searched refs:ImGuiDragDropFlags_SourceAllowNullID (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h870ImGuiDragDropFlags_SourceAllowNullID = 1 << 3, // Allow items such as Text(), Image()… enumerator
Dimgui.cpp8511 if (!(flags & ImGuiDragDropFlags_SourceAllowNullID)) in BeginDragDropSource()