winit/src/platform_impl/web
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
..
event_loop Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
web_sys Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
async.rs On Web, implement Send and Sync where appropriate (#2834) 2023-06-05 02:44:54 +02:00
device.rs Rename internal structs for consistency (#2149) 2022-03-18 14:09:39 +01:00
error.rs Fix web errors (#1040) 2019-07-10 18:54:54 -04:00
keyboard.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
mod.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
monitor.rs Simplify internal type construction 2022-09-21 11:04:28 +03:00
window.rs On Web, add WindowBuilderExtWebSys::with_append() (#2953) 2023-07-12 17:11:52 +02:00