Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp402 …if ((flags & (ImGuiButtonFlags_PressedOnClickRelease | ImGuiButtonFlags_PressedOnClick | ImGuiButt… in ButtonBehavior()
459 …if (((flags & ImGuiButtonFlags_PressedOnClick) && g.IO.MouseClicked[0]) || ((flags & ImGuiButtonFl… in ButtonBehavior()
5069 … if (flags & ImGuiSelectableFlags_PressedOnClick) button_flags |= ImGuiButtonFlags_PressedOnClick; in Selectable()
6233 …if (ArrowButtonEx("##<", ImGuiDir_Left, arrow_button_size, ImGuiButtonFlags_PressedOnClick | ImGui… in TabBarScrollingButtons()
6236 …if (ArrowButtonEx("##>", ImGuiDir_Right, arrow_button_size, ImGuiButtonFlags_PressedOnClick | ImGu… in TabBarScrollingButtons()
6450 …ImGuiButtonFlags button_flags = (ImGuiButtonFlags_PressedOnClick | ImGuiButtonFlags_AllowItemOverl… in TabItemEx()
Dimgui_internal.h295ImGuiButtonFlags_PressedOnClick = 1 << 2, // return true on click (default requires clic… enumerator