MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / Button

Method Button

include/imgui/imgui_widgets.cpp:826–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826bool ImGui::Button(const char* label, const ImVec2& size_arg)
827{
828 return ButtonEx(label, size_arg, ImGuiButtonFlags_None);
829}
830
831// Small buttons fits within text without additional vertical spacing.
832bool ImGui::SmallButton(const char* label)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected