MCPcopy Create free account
hub / github.com/Raais/ImStudio / Button

Method Button

src/third-party/imgui/imgui_widgets.cpp:714–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712}
713
714bool ImGui::Button(const char* label, const ImVec2& size_arg)
715{
716 return ButtonEx(label, size_arg, ImGuiButtonFlags_None);
717}
718
719// Small buttons fits within text without additional vertical spacing.
720bool ImGui::SmallButton(const char* label)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected