Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlitterStudio/amiberry
/ m_EndFrame
Method
m_EndFrame
external/ImGuiFileDialog/ImGuiFileDialog.cpp:3981–3984 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3979
}
3980
3981
void IGFD::FileDialog::m_EndFrame() {
3982
m_EndThumbnailFrame(m_FileDialogInternal);
3983
m_FileDialogInternal.EndFrame();
3984
}
3985
void IGFD::FileDialog::m_QuitFrame() {
3986
m_QuitThumbnailFrame(m_FileDialogInternal);
3987
}
Callers
nothing calls this directly
Calls
1
EndFrame
Method · 0.45
Tested by
no test coverage detected