Files
winit/examples
Kirill Chibisov 281077a0d8 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-08-15 13:10:02 +04:00
..
2023-06-26 01:04:38 +04:00
2023-08-15 13:10:02 +04:00
2018-05-07 17:36:21 -04:00
2023-01-27 07:18:58 +03:00