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

Method ThumbnailFeature

ImGuiFileDialog.cpp:2885–2889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2883}
2884
2885IGFD::ThumbnailFeature::ThumbnailFeature() {
2886#ifdef USE_THUMBNAILS
2887 m_DisplayMode = DisplayModeEnum::FILE_LIST;
2888#endif
2889}
2890
2891IGFD::ThumbnailFeature::~ThumbnailFeature() = default;
2892

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected