test window module

This commit is contained in:
2025-03-16 23:17:00 -05:00
parent 453e9f2aee
commit 0e6fcc9546
4 changed files with 26 additions and 6 deletions

View File

@@ -8,4 +8,9 @@ WindowModule::~WindowModule() {}
void WindowModule::run() {
if(window.shouldClose()) {
app.stopModule(self);
}
window.doFrame();
}