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

Method m_StartFlashItem

ImGuiFileDialog.cpp:3740–3743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3738}
3739
3740void IGFD::KeyExplorerFeature::m_StartFlashItem(size_t vIdx) {
3741 m_FlashAlpha = 1.0f;
3742 m_FlashedItem = vIdx;
3743}
3744
3745bool IGFD::KeyExplorerFeature::m_BeginFlashItem(size_t vIdx) {
3746 bool res = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected