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

Method m_NewFrame

ImGuiFileDialog.cpp:3911–3914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3909}
3910
3911void IGFD::FileDialog::m_NewFrame() {
3912 m_FileDialogInternal.NewFrame();
3913 m_NewThumbnailFrame(m_FileDialogInternal);
3914}
3915
3916void IGFD::FileDialog::m_EndFrame() {
3917 m_EndThumbnailFrame(m_FileDialogInternal);

Callers

nothing calls this directly

Calls 1

NewFrameMethod · 0.80

Tested by

no test coverage detected