rendering correctly with backing window but some issues re pixel density, scroll & foregrounding on start

This commit is contained in:
Nick Fisher
2023-10-25 17:52:37 +11:00
parent 8cea106b30
commit 0928d9d273
13 changed files with 404 additions and 376 deletions

View File

@@ -17,7 +17,8 @@ class BackingWindow {
private:
HWND _windowHandle;
HWND _flutterRootWindow;
}
HWND _flutterViewWindow;
};
}
#endif