mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-15 08:15:38 +07:00
window module wip
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user