| 1041 | */ |
| 1042 | #ifdef SPINNER_SURROUNDEDINDICATOR |
| 1043 | CIMSPINNER_API void SpinnerSurroundedIndicator(const char *label, float radius, float thickness) { |
| 1044 | ImSpinner::SpinnerSurroundedIndicator(label, radius, thickness); |
| 1045 | } |
| 1046 | CIMSPINNER_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 | } |
no outgoing calls
no test coverage detected