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

Method m_EndFlashItem

ImGuiFileDialog.cpp:3761–3763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3759}
3760
3761void IGFD::KeyExplorerFeature::m_EndFlashItem() {
3762 ImGui::PopStyleColor();
3763}
3764
3765void IGFD::KeyExplorerFeature::SetFlashingAttenuationInSeconds(float vAttenValue) {
3766 m_FlashAlphaAttenInSecs = 1.0f / ImMax(vAttenValue, 0.01f);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected