Starting resize support.

This commit is contained in:
James Grogan 2022-11-14 14:57:50 +00:00
parent cea3d2c39f
commit 9ade0e2d4b
26 changed files with 197 additions and 44 deletions

View file

@ -55,6 +55,8 @@ public:
void clearPlatformWindow();
void setSize(unsigned width, unsigned height) override;
private:
WidgetPtr mWidget {nullptr};
IPlatformWindowPtr mPlatformWindow {nullptr};