MCPcopy Create free account
hub / github.com/DISTRHO/DPF / oneWindowClosed

Method oneWindowClosed

dgl/src/ApplicationPrivateData.cpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void Application::PrivateData::oneWindowClosed() noexcept
103{
104 DISTRHO_SAFE_ASSERT_RETURN(visibleWindows != 0,);
105
106 if (--visibleWindows == 0)
107 isQuitting = true;
108}
109
110// --------------------------------------------------------------------------------------------------------------------
111

Callers 2

~PrivateDataMethod · 0.80
closeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected