MCPcopy Create free account
hub / github.com/OldJii/ring_layout / OnDestroy

Method OnDestroy

example/windows/runner/flutter_window.cpp:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void FlutterWindow::OnDestroy() {
33 if (flutter_controller_) {
34 flutter_controller_ = nullptr;
35 }
36
37 Win32Window::OnDestroy();
38}
39
40LRESULT
41FlutterWindow::MessageHandler(HWND hwnd, UINT const message,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected