| 832 | } |
| 833 | |
| 834 | bool ImGui::Button(const char* label, const ImVec2& size_arg) |
| 835 | { |
| 836 | return ButtonEx(label, size_arg, ImGuiButtonFlags_None); |
| 837 | } |
| 838 | |
| 839 | // Small buttons fits within text without additional vertical spacing. |
| 840 | bool ImGui::SmallButton(const char* label) |
no outgoing calls
no test coverage detected