Searched refs:ArrowButtonEx (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_internal.h | 1465 …IMGUI_API bool ArrowButtonEx(const char* str_id, ImGuiDir dir, ImVec2 size_arg, ImGuiButt…
|
D | imgui_widgets.cpp | 626 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()
|