winit/src/platform_impl/windows
2021-06-05 12:46:44 +02:00
..
event_loop On Windows, fix bug where we'd try to emit MainEventsCleared events during nested win32 event loops (#1615) 2020-07-02 16:53:47 -04:00
dark_mode.rs Fix Windows' try_theme returning Theme::Dark when new theme is light (#1861) 2021-02-20 00:06:12 +01:00
dpi.rs On Windows, make AdjustRect calls DPI-aware when possible (#1015) 2020-01-05 14:15:11 -05:00
drop_handler.rs WIP - Make EL2 DPI changes and implement on Windows (#895) 2020-01-05 14:15:11 -05:00
event.rs Add prefix byte for extended scancodes on Windows (#1679) 2020-10-19 16:35:01 +02:00
event_loop.rs Document how main_thread_id for Windows works (#1951) 2021-06-05 12:46:44 +02:00
icon.rs Add ability to create Icons from embedded resources on Windows (#1410) 2020-03-07 14:42:21 -05:00
mod.rs On Windows, allow the creation of popup window (#1895) 2021-04-10 15:47:19 +02:00
monitor.rs Make 'primary_monitor' return 'Option<MonitorHandle>' 2020-09-07 20:20:47 +03:00
raw_input.rs Improve handling of file paths in the windows DnD handler (#980) 2019-06-28 18:07:36 -04:00
util.rs On Windows, fix request_redraw() related panics (#1461) 2020-03-07 14:04:24 -05:00
window.rs Implemented focus_window (#1944) 2021-05-19 18:39:53 +02:00
window_state.rs On Windows, allow the creation of popup window (#1895) 2021-04-10 15:47:19 +02:00