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

Function SpinnerPatternSphere

external/imspinner/cimspinner.cpp:1187–1189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1185*/
1186#ifdef SPINNER_PATTERNSPHERE
1187CIMSPINNER_API void SpinnerPatternSphere(const char *label, float radius, float thickness) {
1188 ImSpinner::SpinnerPatternSphere(label, radius, thickness);
1189}
1190CIMSPINNER_API void SpinnerPatternSphereEx(const char *label, float radius, float thickness,const ImColor color, float speed, int elipses) {
1191 ImSpinner::SpinnerPatternSphere(label, radius, thickness, color, speed, elipses);
1192}

Callers 1

SpinnerPatternSphereExFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected