it at least does something
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user