MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / IGFD_SetFlashingAttenuationInSeconds

Function IGFD_SetFlashingAttenuationInSeconds

ImGuiFileDialog.cpp:5172–5176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5170
5171#ifdef USE_EXPLORATION_BY_KEYS
5172IGFD_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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected