mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-23 02:16:33 +11:00
f2dd2f0752
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. |
||
---|---|---|
.. | ||
cursor.rs | ||
fullscreen.rs | ||
grabbing.rs | ||
min_max_size.rs | ||
multiwindow.rs | ||
proxy.rs | ||
transparent.rs | ||
window.rs |