Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_widgets.cpp400 …if ((flags & (ImGuiButtonFlags_PressedOnClickRelease | ImGuiButtonFlags_PressedOnClick | ImGuiButt… in ButtonBehavior()
457 …if (((flags & ImGuiButtonFlags_PressedOnClick) && g.IO.MouseClicked[0]) || ((flags & ImGuiButtonFl… in ButtonBehavior()
5052 … if (flags & ImGuiSelectableFlags_PressedOnClick) button_flags |= ImGuiButtonFlags_PressedOnClick; in Selectable()
6188 …if (ArrowButtonEx("##<", ImGuiDir_Left, arrow_button_size, ImGuiButtonFlags_PressedOnClick | ImGui… in TabBarScrollingButtons()
6191 …if (ArrowButtonEx("##>", ImGuiDir_Right, arrow_button_size, ImGuiButtonFlags_PressedOnClick | ImGu… in TabBarScrollingButtons()
6363 …ImGuiButtonFlags button_flags = (ImGuiButtonFlags_PressedOnClick | ImGuiButtonFlags_AllowItemOverl… in TabItemEx()
Dimgui_internal.h296ImGuiButtonFlags_PressedOnClick = 1 << 2, // return true on click (default requires clic… enumerator
/third_party/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
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp567 …if ((flags & ImGuiButtonFlags_PressedOnClick) || ((flags & ImGuiButtonFlags_PressedOnDoubleClick) … in ButtonBehavior()
5902 button_flags |= ImGuiButtonFlags_PressedOnClick; in TreeNodeBehavior()
6204 …lags & ImGuiSelectableFlags_SelectOnClick) { button_flags |= ImGuiButtonFlags_PressedOnClick; } in Selectable()
7715 …if (ArrowButtonEx("##<", ImGuiDir_Left, arrow_button_size, ImGuiButtonFlags_PressedOnClick | ImGui… in TabBarScrollingButtons()
7718 …if (ArrowButtonEx("##>", ImGuiDir_Right, arrow_button_size, ImGuiButtonFlags_PressedOnClick | ImGu… in TabBarScrollingButtons()
7989 …= ((is_tab_button ? ImGuiButtonFlags_PressedOnClickRelease : ImGuiButtonFlags_PressedOnClick) | Im… in TabItemEx()
Dimgui_internal.h785 ImGuiButtonFlags_PressedOnClick = 1 << 4, // return true on click (mouse down event) enumerator
801 …ImGuiButtonFlags_PressedOnMask_ = ImGuiButtonFlags_PressedOnClick | ImGuiButtonFlags_Press…
Dimgui_tables.cpp1174 …nFlags_FlattenChildren | ImGuiButtonFlags_AllowItemOverlap | ImGuiButtonFlags_PressedOnClick | ImG… in TableUpdateBorders()