winit/src/platform_impl/windows
Kirill Chibisov 241b7a80bb
api: convert Window to dyn Window
This should allow us to make future split of backends much easier.
The `Box<dyn Window>` is a _temporary_ solution, which will be
removed with the future updates when we decide on how the Window
should be stored.
2024-08-23 23:40:27 +03:00
..
event_loop Rustfmt: use group_imports 2024-07-07 18:38:50 +02:00
dark_mode.rs Add ActiveEventLoop::system_theme() 2024-08-05 21:51:38 +03:00
definitions.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
dpi.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
drop_handler.rs Rustfmt: use group_imports 2024-07-07 18:38:50 +02:00
event_loop.rs api: convert Window to dyn Window 2024-08-23 23:40:27 +03:00
icon.rs Implement common Std traits on many types (#3796) 2024-08-08 00:46:28 +02:00
ime.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
keyboard.rs Rustfmt: use group_imports 2024-07-07 18:38:50 +02:00
keyboard_layout.rs Rustfmt: use group_imports 2024-07-07 18:38:50 +02:00
minimal_ime.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
mod.rs Implement common Std traits on many types (#3796) 2024-08-08 00:46:28 +02:00
monitor.rs api: convert Window to dyn Window 2024-08-23 23:40:27 +03:00
raw_input.rs Fix CI for Rust v1.80 (#3822) 2024-07-25 15:15:21 +02:00
util.rs Rustfmt: use group_imports 2024-07-07 18:38:50 +02:00
window.rs api: convert Window to dyn Window 2024-08-23 23:40:27 +03:00
window_state.rs Rustfmt: use group_imports 2024-07-07 18:38:50 +02:00