Searched refs:ImGuiButtonFlags_NoHoldingActiveID (Results 1 – 2 of 2) sorted by relevance
304 …ImGuiButtonFlags_NoHoldingActiveID = 1 << 11, // don't set ActiveId while holding the mouse … enumerator
462 if (flags & ImGuiButtonFlags_NoHoldingActiveID) in ButtonBehavior()5068 …flags & ImGuiSelectableFlags_NoHoldingActiveID) button_flags |= ImGuiButtonFlags_NoHoldingActiveID; in Selectable()