Window resizing works

This commit is contained in:
Dynamitos
2023-11-18 11:04:30 +01:00
parent ec760e8deb
commit 6daaa61641
12 changed files with 92 additions and 50 deletions
+1 -3
View File
@@ -15,13 +15,11 @@ public:
void render();
Gfx::PWindow getGfxHandle();
void setFocused(PView view);
void onResize(uint32 width, uint32 height);
protected:
PWindowManager owner;
Array<PView> views;
Gfx::OWindow gfxHandle;
//void viewWorker(size_t viewIndex);
};
DEFINE_REF(Window)
} // namespace Seele