| 1349 | //----------------------------------------------------------------------------- |
| 1350 | |
| 1351 | int Formatter_Default(double value, char* buff, int size, void* data) { |
| 1352 | char* fmt = (char*)data; |
| 1353 | return ImFormatString(buff, size, fmt, value); |
| 1354 | } |
| 1355 | |
| 1356 | //------------------------------------------------------------------------------ |
| 1357 | // [SECTION] Locator |
nothing calls this directly
no outgoing calls
no test coverage detected