MCPcopy Create free account
hub / github.com/WiVRn/WiVRn / SpinnerSurroundedIndicator

Function SpinnerSurroundedIndicator

external/imspinner/cimspinner.cpp:1043–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041*/
1042#ifdef SPINNER_SURROUNDEDINDICATOR
1043CIMSPINNER_API void SpinnerSurroundedIndicator(const char *label, float radius, float thickness) {
1044 ImSpinner::SpinnerSurroundedIndicator(label, radius, thickness);
1045}
1046CIMSPINNER_API void SpinnerSurroundedIndicatorEx(const char *label, float radius, float thickness,const ImColor color, const ImColor bg, float speed) {
1047 ImSpinner::SpinnerSurroundedIndicator(label, radius, thickness, color, bg, speed);
1048}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected