winit/src
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
..
changelog api: overhaul pointer API 2024-10-08 15:19:00 +03:00
platform api: overhaul pointer API 2024-10-08 15:19:00 +03:00
platform_impl chore: remove platform WindowId's 2024-10-08 16:29:40 +03:00
application.rs api: remove ::dummy from Id types 2024-09-29 16:49:45 +03:00
cursor.rs api: convert Window to dyn Window 2024-08-23 23:40:27 +03:00
error.rs api: unify error handling 2024-09-06 17:20:11 +03:00
event.rs api: overhaul pointer API 2024-10-08 15:19:00 +03:00
event_loop.rs api: overhaul pointer API 2024-10-08 15:19:00 +03:00
icon.rs Implement common Std traits on many types (#3796) 2024-08-08 00:46:28 +02:00
keyboard.rs Implement common Std traits on many types (#3796) 2024-08-08 00:46:28 +02:00
lib.rs docs: Explicitly demarcate platform support 2024-09-19 17:09:10 -07:00
monitor.rs Rename "inner size" to "surface size" (#3889) 2024-09-04 15:04:48 +02:00
utils.rs chore: use our own AsAny to provide &dyn Any 2024-08-11 21:24:34 +03:00
window.rs chore: remove platform WindowId's 2024-10-08 16:29:40 +03:00