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

Method m_EndThumbnailFrame

ImGuiFileDialog.cpp:2899–2905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2897}
2898
2899void IGFD::ThumbnailFeature::m_EndThumbnailFrame(FileDialogInternal& vFileDialogInternal) {
2900#ifdef USE_THUMBNAILS
2901 m_ClearThumbnails(vFileDialogInternal);
2902#else
2903 (void)vFileDialogInternal;
2904#endif
2905}
2906
2907void IGFD::ThumbnailFeature::m_QuitThumbnailFrame(FileDialogInternal& vFileDialogInternal) {
2908#ifdef USE_THUMBNAILS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected