| 5170 | |
| 5171 | #ifdef USE_EXPLORATION_BY_KEYS |
| 5172 | IGFD_C_API void IGFD_SetFlashingAttenuationInSeconds(ImGuiFileDialog* vContextPtr, float vAttenValue) { |
| 5173 | if (vContextPtr != nullptr) { |
| 5174 | vContextPtr->SetFlashingAttenuationInSeconds(vAttenValue); |
| 5175 | } |
| 5176 | } |
| 5177 | #endif |
| 5178 | |
| 5179 | #ifdef USE_PLACES_FEATURE |
nothing calls this directly
no test coverage detected