MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / Button

Method Button

Source/3rdParty/imgui/imgui_widgets.cpp:834–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832}
833
834bool 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.
840bool ImGui::SmallButton(const char* label)

Callers 6

messagePopupFunction · 0.45
SelfUpdater.tsFile · 0.45
YarnTester.tsFile · 0.45
TexturePacker.tsxFile · 0.45
messagePopupMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected