it at least does something

This commit is contained in:
Dynamitos
2025-02-28 16:56:51 +09:00
parent f73cc61693
commit 67b4a533f2
40 changed files with 440 additions and 413 deletions
+2 -1
View File
@@ -9,6 +9,7 @@ class Window {
public:
Window(PWindowManager owner, Gfx::OWindow handle);
~Window();
void show() { gfxHandle->show(); }
void addView(PView view);
void pollInputs();
void render();
@@ -23,4 +24,4 @@ class Window {
Gfx::OWindow gfxHandle;
};
DEFINE_REF(Window)
} // namespace Seele
} // namespace Seele