winit/src/platform_impl/windows
2021-03-25 19:18:51 +01: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 Fix communication of fractional RI_MOUSE_WHEEL events (Windows) (#1877) 2021-03-11 22:08:29 +01:00
icon.rs Add ability to create Icons from embedded resources on Windows (#1410) 2020-03-07 14:42:21 -05:00
mod.rs Add ability to assign a menu when creating a window on Windows (#1842) 2021-02-04 22:26:33 +01: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 Add WindowBuilder::with_outer_position (#1866) 2021-03-25 19:18:51 +01:00
window_state.rs Restore the ability to have fully transparent windows on Windows (#1815) 2021-02-17 13:50:24 +01:00