MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / ArrowButton

Method ArrowButton

imgui_tiny_app/imgui/imgui_widgets.cpp:893–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891}
892
893bool ImGui::ArrowButton(const char* str_id, ImGuiDir dir)
894{
895 float sz = GetFrameHeight();
896 return ArrowButtonEx(str_id, dir, ImVec2(sz, sz), ImGuiButtonFlags_None);
897}
898
899// Button to close a window
900bool ImGui::CloseButton(ImGuiID id, const ImVec2& pos)

Callers

nothing calls this directly

Calls 1

ImVec2Function · 0.85

Tested by

no test coverage detected