winit/src/platform_impl/web
Mads Marquart da2268ae22
chore: remove platform WindowId's
WindowId is a window _identifier_, and as such doesn't store anything
(unlike a _handle_). So we can safely make only be defined once, in the
core crate.

There are a few backends where we still use `into_raw` internally; I
consider these patterns discouraged, we should not be passing around
important state in the window id.
2024-10-08 16:29:40 +03:00
..
async Web: Implement MonitorHandle (#3801) 2024-07-23 20:33:10 +02:00
event_loop chore: remove platform WindowId's 2024-10-08 16:29:40 +03:00
script Web: bump ESLint to v9 (#3843) 2024-07-31 20:37:10 +02:00
web_sys chore: remove platform WindowId's 2024-10-08 16:29:40 +03:00
cursor.rs Update minimum version of wasm-bindgen (#3860) 2024-08-13 21:54:03 +02:00
error.rs Fix web errors (#1040) 2019-07-10 18:54:54 -04:00
event.rs api: overhaul pointer API 2024-10-08 15:19:00 +03:00
keyboard.rs Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
lock.rs Web: Implement MonitorHandle (#3801) 2024-07-23 20:33:10 +02:00
main_thread.rs Web: improve custom cursor handling and add animated cursors (#3384) 2024-01-12 11:51:19 +01:00
mod.rs chore: remove platform WindowId's 2024-10-08 16:29:40 +03:00
monitor.rs api: convert Window to dyn Window 2024-08-23 23:40:27 +03:00
window.rs chore: remove platform WindowId's 2024-10-08 16:29:40 +03:00