PistonDevelopers/glutin_window

Set `should_close` by handling event

Closed this issue · 1 comments

When rust-windowing/glutin#488 lands, the Close event should be handled to set the should_close flag, instead of checking is_closed.

This does not have to wait, can make the change now.