MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / Spinner

Function Spinner

source/ui/controls/spinnerControl.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void Spinner(const char* label)
64{
65 uiSpinner( label, GetCurrentContext()->Font->FontSize, ImGui::GetStyleColorVec4(ImGuiCol_ButtonHovered), ImGui::GetStyleColorVec4(ImGuiCol_WindowBg), 12, 5.0f);
66}
67} // namespace ImGui

Callers 3

runMethod · 0.85
runMethod · 0.85
runMethod · 0.85

Calls 1

uiSpinnerFunction · 0.85

Tested by

no test coverage detected