handleEvents
This commit is contained in:
@@ -13,6 +13,8 @@ void MinimalApp::run() {
|
||||
modules[m]->run();
|
||||
}
|
||||
|
||||
handleEvents();
|
||||
|
||||
for(std::string m : toClose) {
|
||||
unload(m);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user