| 1185 | */ |
| 1186 | #ifdef SPINNER_PATTERNSPHERE |
| 1187 | CIMSPINNER_API void SpinnerPatternSphere(const char *label, float radius, float thickness) { |
| 1188 | ImSpinner::SpinnerPatternSphere(label, radius, thickness); |
| 1189 | } |
| 1190 | CIMSPINNER_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 | } |
no outgoing calls
no test coverage detected