winit/src/platform_impl/windows
Markus Siglreithmaier 745cfaab2c
On Windows, remove internal WindowWrapper (#3294)
HWND in windows-sys doesn't require a newtype wrapper for Send/Sync.
2023-12-23 17:06:43 +01:00
..
event_loop Fix reset to Poll after the event loop starts 2023-10-11 00:46:08 +04:00
dark_mode.rs Migrate from lazy_static to once_cell 2022-06-08 21:50:26 +03:00
definitions.rs feat(Windows): add skip taskbar methods (#2177) 2022-04-01 20:21:09 +02:00
dpi.rs On Windows, refactor dynamic function definitions and raw input keyboard handling (#3286) 2023-12-22 18:42:17 +01:00
drop_handler.rs Windows: Add #[deny(unsafe_op_in_unsafe_fn)] (#3070) 2023-09-29 16:07:44 +02:00
event_loop.rs On Windows, refactor dynamic function definitions and raw input keyboard handling (#3286) 2023-12-22 18:42:17 +01:00
icon.rs Custom cursor improvements (#3292) 2023-12-23 16:12:29 +01:00
ime.rs On Windows, fix IME area not working 2023-12-21 23:44:30 +04:00
keyboard.rs Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
keyboard_layout.rs Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
minimal_ime.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
mod.rs Custom cursor improvements (#3292) 2023-12-23 16:12:29 +01:00
monitor.rs On Windows, avoid panic in video_modes() 2023-12-06 20:47:33 +04:00
raw_input.rs On Windows, refactor dynamic function definitions and raw input keyboard handling (#3286) 2023-12-22 18:42:17 +01:00
util.rs On Windows, refactor dynamic function definitions and raw input keyboard handling (#3286) 2023-12-22 18:42:17 +01:00
window.rs On Windows, remove internal WindowWrapper (#3294) 2023-12-23 17:06:43 +01:00
window_state.rs feat(all): Custom cursor images for all desktop platforms 2023-12-16 12:02:17 -08:00