winit/src
mitchmindtree 4656540417 Close NSWindow when Window is dropped if not already closed.
Previously, if a `Window` was `Drop`ped while open, the window would
remain open until the user pressed the x button. This fixes the
behaviour so that the window is closed when dropped if it has not
already been closed.
2017-03-19 19:32:24 +11:00
..
os Readd pub import erroneously removed 2017-03-15 10:11:43 +01:00
platform Close NSWindow when Window is dropped if not already closed. 2017-03-19 19:32:24 +11:00
api_transition.rs Add WindowId type 2017-02-03 09:13:11 +01:00
events.rs Add keyboard modifiers to input event 2017-02-27 13:36:11 -06:00
lib.rs Move api module into platform::linux 2017-03-04 09:09:09 +01:00
window.rs Update the macOS backend to the new futures-compatible API. 2017-02-03 23:05:57 +11:00