Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h1465 …IMGUI_API bool ArrowButtonEx(const char* str_id, ImGuiDir dir, ImVec2 size_arg, ImGuiButt…
Dimgui_widgets.cpp626 bool ImGui::ArrowButtonEx(const char* str_id, ImGuiDir dir, ImVec2 size, ImGuiButtonFlags flags) in ArrowButtonEx() function in ImGui
658 return ArrowButtonEx(str_id, dir, ImVec2(sz, sz), 0); in ArrowButton()
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()