winit-sonoma-fix/examples
mitchmindtree f2dd2f0752 WIP - Make poll_events and run_forever take &mut self
This removes the need for the EventsLoop::interrupt method by inroducing
a ControlFlow type. This new type is to be returned by the user's
callback and indicates whether the `EventsLoop` should continue waiting
for events or break from the loop.

Only the wayland, x11 and api_transition backends have been updated so
far, and only the wayland backend has actually been tested.
2017-06-02 21:19:45 +10:00
..
cursor.rs Richer input events 2017-04-23 01:08:15 -07:00
fullscreen.rs Richer input events 2017-04-23 01:08:15 -07:00
grabbing.rs Richer input events 2017-04-23 01:08:15 -07:00
min_max_size.rs Fix examples 2017-01-28 15:45:01 +01:00
multiwindow.rs Fix examples 2017-01-28 15:45:01 +01:00
proxy.rs [WIP] Have EventsLoopProxy::wakeup return a Result. Begin linux impl. 2017-05-25 23:19:13 +10:00
transparent.rs Fix examples 2017-01-28 15:45:01 +01:00
window.rs WIP - Make poll_events and run_forever take &mut self 2017-06-02 21:19:45 +10:00