winit-sonoma-fix/src
Kirill Chibisov 9ac3259a79
Remove lifetime from the Event
Lifetimes don't work nicely when dealing with multithreaded environments
in the current design of the existing winit's event handling model, so
remove it in favor of `InnerSizeWriter` fences passed to client, so they
could try to update the size.

Fixes #1387.
2023-07-31 00:39:01 +04:00
..
platform Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
platform_impl Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
dpi.rs Implement PartialOrd/Ord for dpi module types 2023-05-16 05:11:43 +03:00
error.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
event.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
event_loop.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
icon.rs Fix clippy issues on stable 2023-01-27 07:18:58 +03:00
keyboard.rs Implement PartialOrd/Ord for KeyCode/NativeKeyCode 2023-07-01 19:07:35 +04:00
lib.rs Remove RedrawEventsCleared + MainEventsCleared, and added AboutToWait 2023-07-28 20:37:56 +04:00
monitor.rs Implement PartialOrd/Ord for dpi module types 2023-05-16 05:11:43 +03:00
window.rs Windows: Implement EventLoopExtPumpEvents and EventLoopExtRunOnDemand 2023-07-28 03:04:32 +04:00