window module wip

This commit is contained in:
2018-09-20 03:41:40 +07:00
parent a8f73821ca
commit b1fa2158d3
4 changed files with 94 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ int main() {
modules::initialize<debug>();
the<debug>().add_sink<debug_console_sink>();
window w{{640, 480}, "Enduro2D", false};
window w{{640, 480}, "Enduro2D", false, false};
while ( !w.should_close() ) {
w.swap_buffers();
window::poll_events();