Searched refs:ArrowButton (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h389 IMGUI_API bool ArrowButton(const char* str_id, ImGuiDir dir); // square button with an arrow shape
H A Dimgui_demo.cpp447 if (ImGui::ArrowButton("##left", ImGuiDir_Left)) { counter--; }
449 if (ImGui::ArrowButton("##right", ImGuiDir_Right)) { counter++; }
H A Dimgui_widgets.cpp375 // - ArrowButton()
655 bool ImGui::ArrowButton(const char* str_id, ImGuiDir dir) function in class:ImGui
6263 // We use g.Style.FramePadding.y to match the square ArrowButton size
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h389 IMGUI_API bool ArrowButton(const char* str_id, ImGuiDir dir); // square button with an arrow shape
H A Dimgui_widgets.cpp375 // - ArrowButton()
655 bool ImGui::ArrowButton(const char* str_id, ImGuiDir dir) function in class:ImGui
6263 // We use g.Style.FramePadding.y to match the square ArrowButton size

Completed in 46 milliseconds