Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
void 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
run
Method · 0.85
run
Method · 0.85
run
Method · 0.85
Calls
1
uiSpinner
Function · 0.85
Tested by
no test coverage detected