| 891 | } |
| 892 | |
| 893 | bool 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 |
| 900 | bool ImGui::CloseButton(ImGuiID id, const ImVec2& pos) |