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

Method SetFlashingAttenuationInSeconds

ImGuiFileDialog.cpp:3765–3767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3763}
3764
3765void IGFD::KeyExplorerFeature::SetFlashingAttenuationInSeconds(float vAttenValue) {
3766 m_FlashAlphaAttenInSecs = 1.0f / ImMax(vAttenValue, 0.01f);
3767}
3768#endif // USE_EXPLORATION_BY_KEYS
3769
3770IGFD::FileDialog::FileDialog() : PlacesFeature(), KeyExplorerFeature(), ThumbnailFeature() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected