Searched refs:ImGuiDragDropFlags_SourceAllowNullID (Results 1 – 2 of 2) sorted by relevance
870 …ImGuiDragDropFlags_SourceAllowNullID = 1 << 3, // Allow items such as Text(), Image()… enumerator
8511 if (!(flags & ImGuiDragDropFlags_SourceAllowNullID)) in BeginDragDropSource()